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`. To make sure that this works, `find_package(Clang)`
has to be called in `core/clingutils/CMakeLists.txt`.
0 commit comments