The DumpSymbolsSources() routine ordered its output by the addresses
of the names of the symbols, and was susceptible to variation across
environments. Fixed by using a multimap using the values of the names.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo