These test cases for experimental features are a bit too darwin-specific still. Use...
authorAndrew Trick <atrick@apple.com>
Thu, 31 Oct 2013 22:46:51 +0000 (22:46 +0000)
committerAndrew Trick <atrick@apple.com>
Thu, 31 Oct 2013 22:46:51 +0000 (22:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193820 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/patchpoint.ll
test/CodeGen/X86/stackmap.ll

index 36cca84932d8c6a59324299b000286b89ae16ca8..0fe55f784fcf5d4ff1ea40480850044b21debab6 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86-64 | FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-apple-darwin | FileCheck %s
 
 ; Trivial patchpoint codegen
 ;
@@ -27,7 +27,7 @@ entry:
 ; Caller frame metadata with stackmaps. This should not be optimized
 ; as a leaf function.
 ;
-; CHECK-LABEL: _caller_meta_leaf
+; CHECK-LABEL: caller_meta_leaf
 ; CHECK: subq $24, %rsp
 ; CHECK: Ltmp
 ; CHECK: addq $24, %rsp
@@ -47,7 +47,7 @@ entry:
 ; Return value in $rax.
 define void @jscall_patchpoint_codegen(i64 %p1, i64 %p2, i64 %p3, i64 %p4) {
 entry:
-; CHECK-LABEL: _jscall_patchpoint_codegen:
+; CHECK-LABEL: jscall_patchpoint_codegen:
 ; CHECK: Ltmp
 ; CHECK: movq %r{{.+}}, 8(%rsp)
 ; CHECK: movq %r{{.+}}, (%rsp)
index b5ce1192f59073c4ec6c51cf081b0352c6898e29..3b70860d735ccf61c252a7be931c5b0256f4c76e 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86-64 | FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-apple-darwin | FileCheck %s
 ;
 ; Note: Print verbose stackmaps using -debug-only=stackmaps.