summaryrefslogtreecommitdiff
path: root/test/DebugInfo
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2013-03-29 20:14:08 +0000
committerAdrian Prantl <aprantl@apple.com>2013-03-29 20:14:08 +0000
commit22313e5c0752c349aa1d9dc3012244315b52d103 (patch)
tree48e1bacc51cfab9c8ce9589004ba6f5a4673eb1f /test/DebugInfo
parent0882fd6c4f90f1cbaa4bb6f6ceec289428cca734 (diff)
downloadllvm-22313e5c0752c349aa1d9dc3012244315b52d103.tar.gz
llvm-22313e5c0752c349aa1d9dc3012244315b52d103.tar.bz2
llvm-22313e5c0752c349aa1d9dc3012244315b52d103.tar.xz
move testcase into appropriate X86 subdirectory.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178364 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo')
-rw-r--r--test/DebugInfo/X86/debug-info-blocks.ll (renamed from test/DebugInfo/debug-info-blocks.ll)7
1 files changed, 4 insertions, 3 deletions
diff --git a/test/DebugInfo/debug-info-blocks.ll b/test/DebugInfo/X86/debug-info-blocks.ll
index 364bed9a7a..36ab611008 100644
--- a/test/DebugInfo/debug-info-blocks.ll
+++ b/test/DebugInfo/X86/debug-info-blocks.ll
@@ -1,5 +1,6 @@
-; RUN: llc -mtriple=x86_64-apple-darwin %s -o %t -filetype=obj
-; RUN: llvm-dwarfdump -debug-dump=info %t | FileCheck %s
+; RUN: llc -mtriple x86_64-apple-darwin -filetype=obj -o %t.o < %s
+; RUN: llvm-dwarfdump -debug-dump=info %t.o | FileCheck %s
+
; Generated from llvm/tools/clang/test/CodeGenObjC/debug-info-blocks.m
; rdar://problem/9279956
; test that the DW_AT_location of self is at ( fbreg +{{[0-9]+}}, deref, +{{[0-9]+}} )
@@ -27,7 +28,7 @@
; CHECK: [[A:.*]]: DW_TAG_structure_type
; CHECK-NEXT: DW_AT_APPLE_objc_complete_type
; CHECK-NEXT: DW_AT_name{{.*}}"A"
-; CHECK: [[APTR]]: DW_TAG_pointer_type [5]
+; CHECK: [[APTR]]: DW_TAG_pointer_type [5]
; CHECK-NEXT: {[[A]]}