Greg Roth 1f0e0da3af
[CMake] update Apple undefined symbol link flag from suppress (#116113)
the -undefined suppress option for Apple's linker is deprecated and was
producing multiple warnings. This updates it to dynamic_lookup, which
has much the same effect, but avoids these deprecation warnings.
2024-11-13 16:44:54 -08:00
..

See docs/CMake.html for instructions on how to build LLVM with CMake.