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)
Wed, Jun 12, 12:32 PM
Unknown Object (File)
May 2 2024, 12:36 PM
Unknown Object (File)
Apr 12 2024, 8:43 AM
Unknown Object (File)
Apr 12 2024, 8:43 AM
Unknown Object (File)
Apr 11 2024, 10:48 AM
Unknown Object (File)
Apr 10 2024, 6:51 AM
Unknown Object (File)
Mar 13 2024, 3:04 AM
Unknown Object (File)
Mar 13 2024, 3:04 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