mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-08 01:26:07 +00:00

This fixes a bug in -gmodules DWARF handling when debugging without a .dSYM bundle that was particularly noticable when debugging LLVM itself. Debugging without clang modules and DWO handling should be unaffected by this patch. <rdar://problem/32436209> llvm-svn: 321802