You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CMake] Disable linking against shared LLVM also for builtin_clang=OFF
Disable linking against shared LLVM also for `builtin_clang=OFF`.
We have to do this after find_package(Clang). Finding Clang internally
calls find_package(LLVM), which overwrites LLVM_LINK_LLVM_DYLIB to what it
was set when building LLVM.
0 commit comments