[all-commits] [llvm/llvm-project] 0fd7c3: DebugInfo/Symbolize: Use stable_sort
Fangrui Song via All-commits
all-commits at lists.llvm.org
Thu Feb 11 22:54:16 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0fd7c31a098efdfaa5a57dbac6e9c0921b00a999
https://github.com/llvm/llvm-project/commit/0fd7c31a098efdfaa5a57dbac6e9c0921b00a999
Author: Fangrui Song <i at maskray.me>
Date: 2021-02-11 (Thu, 11 Feb 2021)
Changed paths:
M llvm/lib/DebugInfo/Symbolize/SymbolizableObjectFile.cpp
Log Message:
-----------
DebugInfo/Symbolize: Use stable_sort
This fixes coff-dwarf.test on some build bots.
The test relies on the sort order and prefers main (StorageClass: External) to .text (StorageClass: Static).
More information about the All-commits
mailing list