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, Dec 10, 5:02 PM
Unknown Object (File)
Sun, Nov 30, 7:35 PM
Unknown Object (File)
Thu, Nov 27, 12:00 AM
Unknown Object (File)
Tue, Nov 25, 1:04 AM
Unknown Object (File)
Nov 3 2025, 8:14 PM
Unknown Object (File)
Nov 3 2025, 5:41 AM
Unknown Object (File)
Oct 30 2025, 11:57 PM
Unknown Object (File)
Oct 29 2025, 12:58 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