diff options
author | Eric Christopher <echristo@gmail.com> | 2013-09-20 23:22:52 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2013-09-20 23:22:52 +0000 |
commit | 9e0b08dd2053843fd330774cdbac06a7b0191f14 (patch) | |
tree | ddcb67b5aff1012d9d1fbd578217743d62306022 /test/DebugInfo/SystemZ | |
parent | d93e8a06b2ca09ab18f390cd514b7443e2e571f7 (diff) | |
download | external_llvm-9e0b08dd2053843fd330774cdbac06a7b0191f14.zip external_llvm-9e0b08dd2053843fd330774cdbac06a7b0191f14.tar.gz external_llvm-9e0b08dd2053843fd330774cdbac06a7b0191f14.tar.bz2 |
Move emission of the debug string table to early in the debug
info finalization to greatly reduce the number of fixups that the
assembler has to handle in order to improve compile time.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191119 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo/SystemZ')
-rw-r--r-- | test/DebugInfo/SystemZ/variable-loc.ll | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/DebugInfo/SystemZ/variable-loc.ll b/test/DebugInfo/SystemZ/variable-loc.ll index a191b06..7ab47d8 100644 --- a/test/DebugInfo/SystemZ/variable-loc.ll +++ b/test/DebugInfo/SystemZ/variable-loc.ll @@ -11,6 +11,9 @@ ; CHECK: la %r2, 164(%r11) ; CHECK: brasl %r14, populate_array@PLT ; +; CHECK: .Linfo_string7: +; CHECK-NEXT: main_arr +; ; Now check that the debugging information reflects this: ; CHECK: DW_TAG_variable ; CHECK-NEXT: .long .Linfo_string7 @@ -21,8 +24,6 @@ ; CHECK-NEXT: .byte 145 ; CHECK-NEXT: .ascii "\244\001" ; -; CHECK: .Linfo_string7: -; CHECK-NEXT: main_arr @.str = private unnamed_addr constant [13 x i8] c"Total is %d\0A\00", align 2 |