[llvm] [PowerPC][NFC] Allow different orders of .extern in some test cases (PR #89714)
Felix via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 23 21:31:44 PDT 2024
orcguru wrote:
Sure, let me dig out the root cause, and hope somebody can fix that.
[ExtSymSDNodeSymbols](https://reviews.llvm.org/D151335)
It's definition was: SmallPtrSet<MCSymbol *, 8> ExtSymSDNodeSymbols;

Basically that's why we saw the reorder.
https://github.com/llvm/llvm-project/pull/89714
More information about the llvm-commits
mailing list