[interpreter] Revert patch to move ClangConfig.cmake#17354
Conversation
Test Results 18 files 18 suites 3d 17h 10m 56s ⏱️ Results for commit 27c18ce. ♻️ This comment has been updated with latest results. |
|
I tested with various configurations, and it appears |
|
I changed |
For standard CMake, Clang_DIR should include the lib/cmake/clang subdirectory suffix. This currently works only because Clad defines HINTS itself.
This is the name used in the Clang build system.
This is clearer and should also help in case ROOT is built as a subdirectory itself.
Commit 8a45c09 already modified the setup of
ClingConfig.cmake, this reverts the second part of commit 2b283cc and removes one downstream patch from our Clang sources.TODO:
builtin_llvm=OFF/builtin_clang=OFF, also for the individual commits.interpreter/llvm-project.tag(to be sequenced with other changes)