llvm-project
llvm-project copied to clipboard
[Build] Turn off -undefined-version when building with lld
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
This is a cherry pick of #8255.
This isn't needed here any more.