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 [v6.32] #15857

Merged
merged 1 commit into from
Jun 15, 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

(cherry picked from commit a60f353, backport of #15854)

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

(cherry picked from commit a60f353)
Copy link

Test Results

    11 files      11 suites   2d 16h 22m 27s ⏱️
 2 633 tests  2 631 ✅ 0 💤 2 ❌
27 194 runs  27 192 ✅ 0 💤 2 ❌

For more details on these failures, see this check.

Results for commit 791333f.

@dpiparo dpiparo merged commit 21e96fc into root-project:v6-32-00-patches Jun 15, 2024
12 of 15 checks passed
@hahnjo hahnjo deleted the orc-ctor-order-v632 branch June 15, 2024 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants