mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-26 16:06:07 +00:00

The test for this functionality was failing on the darwin bot, because the entries came out in opposite order. While this does not impact functionality, and the algorithm that produces it is technically deterministic (the nondeterminism comes from the contents of the host environment), it seems like it would be more user-friendly if the entries came out in a more predictible order. Therefore I am adding the sort call to the actual code instead of relaxing test expectations.