[PATCH] D39950: [DebugInfo] Stable sort symbols to remove non-deterministic ordering
Mandeep Singh Grang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 13 16:54:29 PST 2017
mgrang added inline comments.
================
Comment at: lib/CodeGen/AsmPrinter/DwarfDebug.cpp:1760
// Symbols with no order assigned should be placed at the end.
// (e.g. section end labels)
----------------
The relative order of symbols with no order assigned does not seem to be defined.
Repository:
rL LLVM
https://reviews.llvm.org/D39950
More information about the llvm-commits
mailing list