mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-23 21:45:46 -04: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
12 lines
93 B
Plaintext
12 lines
93 B
Plaintext
module A {
|
|
header "a.h"
|
|
}
|
|
|
|
module B {
|
|
header "b.h"
|
|
}
|
|
|
|
module std {
|
|
header "memory.h"
|
|
}
|