[libcxx-commits] [libcxx] [libc++] Switch FreeBSD CI job to Clang 17 (PR #86320)

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Fri Mar 22 14:59:46 PDT 2024


mordante wrote:

That's indeed how they are written in the standard. But per C11 7.1.2 Standard headers/6
` Any declaration of a library function shall have external linkage.` I did not check older C standards.

Since it seems most (all?) declarations in this headers are definitions just `inline` should work. However I expect the developers of FreeBSD's libc know how to fix this and why they use something different at the moment.

https://github.com/llvm/llvm-project/pull/86320


More information about the libcxx-commits mailing list