summaryrefslogtreecommitdiff
path: root/test/DebugInfo/X86/stringpool.ll
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-09-20 23:22:52 +0000
committerEric Christopher <echristo@gmail.com>2013-09-20 23:22:52 +0000
commit9e0b08dd2053843fd330774cdbac06a7b0191f14 (patch)
treeddcb67b5aff1012d9d1fbd578217743d62306022 /test/DebugInfo/X86/stringpool.ll
parentd93e8a06b2ca09ab18f390cd514b7443e2e571f7 (diff)
downloadllvm-9e0b08dd2053843fd330774cdbac06a7b0191f14.tar.gz
llvm-9e0b08dd2053843fd330774cdbac06a7b0191f14.tar.bz2
llvm-9e0b08dd2053843fd330774cdbac06a7b0191f14.tar.xz
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/X86/stringpool.ll')
-rw-r--r--test/DebugInfo/X86/stringpool.ll14
1 files changed, 6 insertions, 8 deletions
diff --git a/test/DebugInfo/X86/stringpool.ll b/test/DebugInfo/X86/stringpool.ll
index 45c2b2a2a3..40b5977eed 100644
--- a/test/DebugInfo/X86/stringpool.ll
+++ b/test/DebugInfo/X86/stringpool.ll
@@ -16,6 +16,12 @@
!7 = metadata !{i32 720932, null, null, metadata !"int", i32 0, i64 32, i64 32, i64 0, i32 0, i32 5} ; [ DW_TAG_base_type ]
!8 = metadata !{metadata !"z.c", metadata !"/home/nicholas"}
+; Verify that "yyyy" ended up in the stringpool.
+; LINUX: .section .debug_str,"MS",@progbits,1
+; LINUX: yyyy
+; DARWIN: .section __DWARF,__debug_str,regular,debug
+; DARWIN: yyyy
+
; Verify that we refer to 'yyyy' with a relocation.
; LINUX: .long .Linfo_string3 # DW_AT_name
; LINUX-NEXT: .long 38 # DW_AT_type
@@ -36,11 +42,3 @@
; DARWIN-NEXT: .byte 9 ## DW_AT_location
; DARWIN-NEXT: .byte 3
; DARWIN-NEXT: .quad _yyyy
-
-; Verify that "yyyy" ended up in the stringpool.
-; LINUX: .section .debug_str,"MS",@progbits,1
-; LINUX-NOT: .section
-; LINUX: yyyy
-; DARWIN: .section __DWARF,__debug_str,regular,debug
-; DARWIN-NOT: .section
-; DARWIN: yyyy