You've already forked llvm-project
mirror of
https://github.com/encounter/llvm-project.git
synced 2026-03-30 11:27:19 -07:00
dce4a9aa59
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"
|
|
}
|