llvm-project icon indicating copy to clipboard operation
llvm-project copied to clipboard

[Build] Turn off -undefined-version when building with lld

Open al45tair opened this issue 11 months ago • 1 comments

Newer lld defaults to -no-undefined-version, which breaks the build because of various symbols that are (a) versioned and (b) not always defined (depending on platform).

rdar://123436280

al45tair avatar Feb 27 '24 16:02 al45tair

This is a cherry pick of #8255.

al45tair avatar Feb 27 '24 16:02 al45tair

This isn't needed here any more.

al45tair avatar Jun 06 '24 14:06 al45tair