Files
clang-p2996/llvm/tools/dsymutil/MachODebugMapParser.cpp
Jonas Devlieghere 568be31c9e [dsymutil] Initialize the debug map before loading the main binary
Fix a crash when a warning is emitted while loading the symbols from the
main binary. The warning helper assumes that the resulting debug map is
initialized, but this happened after loading the main binary. Since
there's no dependency between the two the initialization can be moved
up.

rdar://107298776
2023-03-27 22:34:42 -07:00

23 KiB