Don't know why under Sanitizer build(asan/msan/ubsan), the `std::unordered_map<string, ...>`'s output order is reversed, make the regression test failed. This change creates a workaround by using sorted container to make the output deterministic. Reviewed By: hoy, wenlei Differential Revision: https://reviews.llvm.org/D92816 |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| CallContext.h | ||
| ErrorHandling.h | ||
| PerfReader.cpp | ||
| PerfReader.h | ||
| ProfileGenerator.cpp | ||
| ProfileGenerator.h | ||
| ProfiledBinary.cpp | ||
| ProfiledBinary.h | ||
| llvm-profgen.cpp | ||