Page MenuHomeFreeBSD

ObsoleteFiles.inc: Add libclang_rt libraries for riscv64 for LLVM 14/15.
ClosedPublic

Authored by jhb on Sep 3 2023, 1:14 AM.
Tags
None
Referenced Files
F131846897: D41701.diff
Sat, Oct 11, 4:18 PM
F131821930: D41701.diff
Sat, Oct 11, 11:16 AM
Unknown Object (File)
Sat, Oct 4, 9:42 PM
Unknown Object (File)
Sat, Sep 13, 7:57 AM
Unknown Object (File)
Fri, Sep 12, 9:56 PM
Unknown Object (File)
Sep 3 2025, 3:14 AM
Unknown Object (File)
Aug 20 2025, 2:56 AM
Unknown Object (File)
Aug 2 2025, 4:16 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jhb requested review of this revision.Sep 3 2023, 1:14 AM

I upgraded an old riscv64 rootfs that had LLVM 14 and had these old files left around still. LLVM 16 installs the same set, so I assume the same set was present in LLVM 15.

BTW, it seems that none of the powerpc runtime libraries are listed for LLVM 15?

In D41701#950363, @jhb wrote:

I upgraded an old riscv64 rootfs that had LLVM 14 and had these old files left around still. LLVM 16 installs the same set, so I assume the same set was present in LLVM 15.

BTW, it seems that none of the powerpc runtime libraries are listed for LLVM 15?

Yeah, these lists are never-endingly out of date :) It's a pity we don't support wildcards in these .inc files...

This revision is now accepted and ready to land.Sep 3 2023, 3:46 PM