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
F102917052: D41701.diff
Mon, Nov 18, 5:42 PM
Unknown Object (File)
Sep 24 2024, 8:44 AM
Unknown Object (File)
Sep 23 2024, 12:02 PM
Unknown Object (File)
Sep 16 2024, 12:20 AM
Unknown Object (File)
Sep 14 2024, 2:30 PM
Unknown Object (File)
Sep 7 2024, 5:44 AM
Unknown Object (File)
Sep 7 2024, 4:20 AM
Unknown Object (File)
Sep 6 2024, 3:34 AM
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