Skip to content

[interpreter] fix CLANG_CMAKE_DIR for Clad with builtin_llvm=OFF - #23379

Merged
guitargeek merged 2 commits into
root-project:masterfrom
ferdymercury:patch-20
Sep 22, 2026
Merged

guitargeek merged 2 commits into
root-project:masterfrom
ferdymercury:patch-20

Conversation

@ferdymercury

Copy link
Copy Markdown
Collaborator

but builtin_clang=ON

Fixes #23378

@vgvassilev
vgvassilev requested a review from hahnjo September 16, 2026 06:40
@ferdymercury ferdymercury changed the title [interpreter] fix clang_cmake_dir for Clad with builtin_llvm=OFF [interpreter] fix CLANG_CMAKE_DIR for Clad with builtin_llvm=OFF Sep 16, 2026
but builtin_clang=ON. Otherwise Clad raises a configure error.
@github-actions

github-actions Bot commented Sep 17, 2026

Copy link
Copy Markdown

Test Results

    21 files      21 suites   3d 3h 23m 36s ⏱️
 3 875 tests  3 870 ✅ 0 💤 5 ❌
72 765 runs  72 756 ✅ 0 💤 9 ❌

For more details on these failures, see this check.

Results for commit c7eeb63.

♻️ This comment has been updated with latest results.

@vgvassilev vgvassilev left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGMT but let's wait for @hahnjo and @guitargeek for a week before moving forward.

@guitargeek guitargeek left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks almost good to me! I think we're just missing a ${LLVM_LIBDIR_SUFFIX} (see inline comment).

Comment thread interpreter/CMakeLists.txt Outdated
Co-authored-by: Jonas Rembser <jonas.rembser@cern.ch>
@ferdymercury

Copy link
Copy Markdown
Collaborator Author

CI failures seem unrelated

@ferdymercury ferdymercury added the skip code analysis Skip the code analysis CI steps for this PR, including verifying clang-formatting and running Ruff. label Sep 22, 2026

@guitargeek guitargeek left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, LGTM!

@guitargeek
guitargeek merged commit 4a4d87c into root-project:master Sep 22, 2026
33 of 39 checks passed
@ferdymercury
ferdymercury deleted the patch-20 branch September 22, 2026 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip code analysis Skip the code analysis CI steps for this PR, including verifying clang-formatting and running Ruff.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[interpreter] wrong CLANG_CMAKE_DIR when builtin_llvm=OFF but builtin_clang=ON

3 participants