summaryrefslogtreecommitdiff
path: root/test/DebugInfo
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2010-11-18 02:04:25 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2010-11-18 02:04:25 +0000
commit5c0556341e29246e697c73844a5f9b1e14474715 (patch)
tree1373de8b2647e82c998640e6805748edf4a7306c /test/DebugInfo
parent5c71c7a13715ed6f5bfdd5497172ddec316b68b0 (diff)
downloadllvm-5c0556341e29246e697c73844a5f9b1e14474715.tar.gz
llvm-5c0556341e29246e697c73844a5f9b1e14474715.tar.bz2
llvm-5c0556341e29246e697c73844a5f9b1e14474715.tar.xz
Change CodeGen to use .loc directives. This produces a lot more readable output
and testing is easier. A good example is the unknown-location.ll test that now can just look for ".loc 1 0 0". We also don't use a DW_LNE_set_address for every address change anymore. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119613 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo')
-rw-r--r--test/DebugInfo/2010-09-16-EmptyFilename.ll4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/DebugInfo/2010-09-16-EmptyFilename.ll b/test/DebugInfo/2010-09-16-EmptyFilename.ll
index 66c1e88a15..406d88fbb2 100644
--- a/test/DebugInfo/2010-09-16-EmptyFilename.ll
+++ b/test/DebugInfo/2010-09-16-EmptyFilename.ll
@@ -1,8 +1,6 @@
; RUN: llc -O0 < %s - | FileCheck %s
; Radar 8286101
-; CHECK: File size
-; CHECK-NEXT: stdin
-; CHECK-NEXT: Directory
+; CHECK: .file 2 "<stdin>"
define i32 @foo() nounwind ssp {
entry: