Skip to content
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

[interpreter] Always build LLVM with C++17 #17735

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

hahnjo
Copy link
Member

@hahnjo hahnjo commented Feb 17, 2025

Closes #17686

hahnjo and others added 2 commits February 17, 2025 10:09
JSONScopedPrinter has a std::unique_ptr<DelimitedScope> member and
defaulted constructor argument, so it needs a complete type. This
resolves one of the many build errors with C++23 using Clang.

Backport of llvm/llvm-project#127459
TODO: needs a tag
@hahnjo hahnjo added in:Build System in:Cling clean build Ask CI to do non-incremental build on PR labels Feb 17, 2025
@hahnjo hahnjo self-assigned this Feb 17, 2025
@hahnjo hahnjo mentioned this pull request Feb 17, 2025
1 task
Copy link

github-actions bot commented Feb 17, 2025

Test Results

    18 files      18 suites   4d 3h 8m 14s ⏱️
 2 722 tests  2 722 ✅ 0 💤 0 ❌
47 294 runs  47 294 ✅ 0 💤 0 ❌

Results for commit 2287241.

♻️ This comment has been updated with latest results.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clean build Ask CI to do non-incremental build on PR in:Build System in:Cling
Projects
None yet
Development

Successfully merging this pull request may close these issues.

C++23 crash in DiagnosticInfo.h
1 participant