diff options
author | Eric Christopher <echristo@gmail.com> | 2012-12-27 02:14:01 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2012-12-27 02:14:01 +0000 |
commit | 3bf29fda91bce063d6a75708bdf29f8a499d22e0 (patch) | |
tree | 6a9460b62c1b3166f72ad8e6209722df13644c8b /llvm/test/DebugInfo/X86/stringpool.ll | |
parent | c8a88ee691587d659c88234c138edbcdde8ebdd7 (diff) | |
download | bcm5719-llvm-3bf29fda91bce063d6a75708bdf29f8a499d22e0.tar.gz bcm5719-llvm-3bf29fda91bce063d6a75708bdf29f8a499d22e0.zip |
For the dwarf5 split debug info code split out the string section
per compile unit/skeleton compile unit. Update tests accordingly.
llvm-svn: 171133
Diffstat (limited to 'llvm/test/DebugInfo/X86/stringpool.ll')
-rw-r--r-- | llvm/test/DebugInfo/X86/stringpool.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/X86/stringpool.ll b/llvm/test/DebugInfo/X86/stringpool.ll index caf12c2756e..21b0d09a867 100644 --- a/llvm/test/DebugInfo/X86/stringpool.ll +++ b/llvm/test/DebugInfo/X86/stringpool.ll @@ -15,7 +15,7 @@ !7 = metadata !{i32 720932, null, metadata !"int", null, i32 0, i64 32, i64 32, i64 0, i32 0, i32 5} ; [ DW_TAG_base_type ] ; Verify that we refer to 'yyyy' with a relocation. -; LINUX: .long .Lstring3 # DW_AT_name +; LINUX: .long .Linfo_string3 # DW_AT_name ; LINUX-NEXT: .long 38 # DW_AT_type ; LINUX-NEXT: # DW_AT_external ; LINUX-NEXT: .byte 1 # DW_AT_decl_file @@ -25,7 +25,7 @@ ; LINUX-NEXT: .quad yyyy ; Verify that we refer to 'yyyy' without a relocation. -; DARWIN: Lset5 = Lstring3-Lsection_str ## DW_AT_name +; DARWIN: Lset5 = Linfo_string3-Linfo_string ## DW_AT_name ; DARWIN-NEXT: .long Lset5 ; DARWIN-NEXT: .long 39 ## DW_AT_type ; DARWIN-NEXT: .byte 1 ## DW_AT_external |