-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[interpreter] Revert patch to move ClangConfig.cmake
#17354
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
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)