Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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 #15511
- Loading branch information