Skip to content

Commit

Permalink
These test cases for experimental features are a bit too darwin-speci…
Browse files Browse the repository at this point in the history
…fic still. Use a triple.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193820 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
atrick committed Oct 31, 2013
1 parent 21cd360 commit 6c4594f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions test/CodeGen/X86/patchpoint.ll
Original file line number Diff line number Diff line change
@@ -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
;
Expand Down Expand Up @@ -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
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion test/CodeGen/X86/stackmap.ll
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 6c4594f

Please sign in to comment.