[llvm-dev] Clang-12 fails build on MacOS

Raul Tambre via llvm-dev llvm-dev at lists.llvm.org
Sat Jul 17 06:11:35 PDT 2021


How does the build end up with two commands symlinking to the same location?
Different targets through `LLVM_RUNTIME_TARGETS` should end up with separate 
build directories. arm64 and arm64e are different targets, right?

Creating the symlinks during CMake configuration should be possible as an 
alternative.


More information about the llvm-dev mailing list