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

[ORC] Preserve order of constructors with same priority #15854

Merged
merged 1 commit into from
Jun 14, 2024

Conversation

hahnjo
Copy link
Member

@hahnjo hahnjo commented Jun 14, 2024

Constructors with the same priority should keep their relative order that was specified. This is important for clang-repl with many const variables after commit llvm/llvm-project@05137ec ("[clang-repl] Emit const variables only once").


Fixes #15511

Constructors with the same priority should keep their relative order
that was specified. This is important for clang-repl with many const
variables after commit 05137ecfca ("[clang-repl] Emit const variables
only once").

---

Fixes root-project#15511
@hahnjo hahnjo self-assigned this Jun 14, 2024
Copy link
Member

@vgvassilev vgvassilev left a comment

Choose a reason for hiding this comment

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

LGTM!

Copy link

Test Results

    12 files      12 suites   2d 14h 22m 54s ⏱️
 2 646 tests  2 646 ✅ 0 💤 0 ❌
30 025 runs  30 025 ✅ 0 💤 0 ❌

Results for commit c7361cb.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Possible memory corruption in cling
2 participants