Files
clang-p2996/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
Fangrui Song b215a2c885 .debug_gnu_pub{names,types}: Stabilize iteration order
StringMap iteration order is not guaranteed to be deterministic
(https://llvm.org/docs/ProgrammersManual.html#llvm-adt-stringmap-h).
Sort by DIE offset (which looks like a pre-order traversal order).
2023-07-19 23:30:30 -07:00

139 KiB