Without this dependency, it is possible that llvm-lib.exe will not be built, in which case CMake will try to use lib.exe to build libraries, but this tool cannot handle bitcode files.
Details
Details
Diff Detail
Diff Detail
Unit Tests
Unit Tests
Event Timeline
clang/CMakeLists.txt | ||
---|---|---|
616 | I think I’d prefer to have the condition be MSVC, not WIN32, as we don’t want to use llvm-lib in the case of mingw. |
I think I’d prefer to have the condition be MSVC, not WIN32, as we don’t want to use llvm-lib in the case of mingw.