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] Get Clang directory from CLANG_INSTALL_PREFIX
If Clang was installed standalone (in particular, not in the LLVM tree),
use the CLANG_INSTALL_PREFIX variable to indicate where it is.
Actually, we can always use `CLANG_INSTALL_PREFIX`. It's defined by
`ClangConfig.cmake`. We should also need to take into account
`LLVM_LIBDIR_SUFFIX`.
0 commit comments