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
Unknown Object (File)
Mon, Nov 3, 8:14 PM
Unknown Object (File)
Mon, Nov 3, 5:41 AM
Unknown Object (File)
Thu, Oct 30, 11:57 PM
Unknown Object (File)
Wed, Oct 29, 12:58 PM
Unknown Object (File)
Wed, Oct 29, 11:19 AM
Unknown Object (File)
Wed, Oct 29, 11:05 AM
Unknown Object (File)
Wed, Oct 29, 11:03 AM
Unknown Object (File)
Sun, Oct 26, 7:04 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