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

Commits on Jun 14, 2024

  1. [ORC] Preserve order of constructors with same priority

    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)
    hahnjo committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    791333f View commit details
    Browse the repository at this point in the history