diff options
| author | Frederic Riss <friss@apple.com> | 2015-08-31 05:16:35 +0000 |
|---|---|---|
| committer | Frederic Riss <friss@apple.com> | 2015-08-31 05:16:35 +0000 |
| commit | afeac301b1acd4acf787b1f613addbb1136c1908 (patch) | |
| tree | e7dd011eb262ccaea91d0c1914404541bdff90d5 /llvm/test/tools | |
| parent | 4e289f9d1e59d852d35d25120c1fa37bc07ba292 (diff) | |
| download | bcm5719-llvm-afeac301b1acd4acf787b1f613addbb1136c1908.tar.gz bcm5719-llvm-afeac301b1acd4acf787b1f613addbb1136c1908.zip | |
[dsymutil] Do not mistakenly reuse the current object file when the next one isn't found.
llvm-svn: 246412
Diffstat (limited to 'llvm/test/tools')
| -rw-r--r-- | llvm/test/tools/dsymutil/X86/empty_range.s | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/tools/dsymutil/X86/empty_range.s b/llvm/test/tools/dsymutil/X86/empty_range.s index 5c8ae6a1826..dfe734f1b2b 100644 --- a/llvm/test/tools/dsymutil/X86/empty_range.s +++ b/llvm/test/tools/dsymutil/X86/empty_range.s @@ -55,3 +55,7 @@ Ldebug_range: # CHECK-NEXT: DW_AT_low_pc{{.*}}(0x0000000000010000) # CHECK-NEXT: DW_AT_ranges{{.*}}(0x00000000) +# There was a bug that would use the currently active object file when a +# debug map object isn't found. Check that we only linked one file. +# CHECK-NOT: DW_TAG_compile_unit + |

