mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +00:00
move testcase into appropriate X86 subdirectory.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178364 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
; RUN: llc -mtriple=x86_64-apple-darwin %s -o %t -filetype=obj
|
; RUN: llc -mtriple x86_64-apple-darwin -filetype=obj -o %t.o < %s
|
||||||
; RUN: llvm-dwarfdump -debug-dump=info %t | FileCheck %s
|
; RUN: llvm-dwarfdump -debug-dump=info %t.o | FileCheck %s
|
||||||
|
|
||||||
; Generated from llvm/tools/clang/test/CodeGenObjC/debug-info-blocks.m
|
; Generated from llvm/tools/clang/test/CodeGenObjC/debug-info-blocks.m
|
||||||
; rdar://problem/9279956
|
; rdar://problem/9279956
|
||||||
; test that the DW_AT_location of self is at ( fbreg +{{[0-9]+}}, deref, +{{[0-9]+}} )
|
; 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: [[A:.*]]: DW_TAG_structure_type
|
||||||
; CHECK-NEXT: DW_AT_APPLE_objc_complete_type
|
; CHECK-NEXT: DW_AT_APPLE_objc_complete_type
|
||||||
; CHECK-NEXT: DW_AT_name{{.*}}"A"
|
; CHECK-NEXT: DW_AT_name{{.*}}"A"
|
||||||
; CHECK: [[APTR]]: DW_TAG_pointer_type [5]
|
; CHECK: [[APTR]]: DW_TAG_pointer_type [5]
|
||||||
; CHECK-NEXT: {[[A]]}
|
; CHECK-NEXT: {[[A]]}
|
||||||
|
|
||||||
|
|
Reference in New Issue
Block a user