aboutsummaryrefslogtreecommitdiffstats
path: root/test/DebugInfo/X86/stmt-list.ll
diff options
context:
space:
mode:
authorManman Ren <mren@apple.com>2013-02-05 21:52:47 +0000
committerManman Ren <mren@apple.com>2013-02-05 21:52:47 +0000
commit43213cf1ac05b4198fcf9fa85d7da85477daafd1 (patch)
treeac7b63c63e3625771d1e2d94492927a6d5682320 /test/DebugInfo/X86/stmt-list.ll
parentbaabdecbb9bf5b32fa81b1e2830ab13076d549f1 (diff)
downloadexternal_llvm-43213cf1ac05b4198fcf9fa85d7da85477daafd1.zip
external_llvm-43213cf1ac05b4198fcf9fa85d7da85477daafd1.tar.gz
external_llvm-43213cf1ac05b4198fcf9fa85d7da85477daafd1.tar.bz2
Dwarf: support for LTO where a single object file can have multiple line tables
We generate one line table for each compilation unit in the object file. Reviewed by Eric and Kevin. rdar://problem/13067005 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174445 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo/X86/stmt-list.ll')
-rw-r--r--test/DebugInfo/X86/stmt-list.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/X86/stmt-list.ll b/test/DebugInfo/X86/stmt-list.ll
index 145649b..8213c1b 100644
--- a/test/DebugInfo/X86/stmt-list.ll
+++ b/test/DebugInfo/X86/stmt-list.ll
@@ -3,7 +3,7 @@
; CHECK: .section .debug_line,"",@progbits
; CHECK-NEXT: .Lsection_line:
-; CHECK: .long .Lsection_line # DW_AT_stmt_list
+; CHECK: .long .Lline_table_start0 # DW_AT_stmt_list
define void @f() {
entry: