JuliaPackaging / BinaryBuilderBase.jl

https://juliapackaging.github.io/BinaryBuilderBase.jl/stable
MIT License
11 stars 31 forks source link

Default clang to use lld on specific conditions #340

Closed gbaraldi closed 10 months ago

gbaraldi commented 10 months ago

This switches clang to use lld when the clang version is 16 or above and the GCC version is 5 or above, It passes the commented out version of the test locally but given the issues we are seeing I'leaving it commented out for now.

The main goal of this is so that clang doesn't complain about very new linker features that the shipped binutils might not have.

gbaraldi commented 10 months ago

Bump!