forked from OSchip/llvm-project
Add triple to test so it does not fail on windows.
llvm-svn: 285560
This commit is contained in:
parent
bab67d2af4
commit
7c41f20a04
|
|
@ -1,4 +1,4 @@
|
|||
; RUN: llc -O0 %s -o - | FileCheck %s
|
||||
; RUN: llc -mtriple=x86_64-linux-gnu -O0 %s -o - | FileCheck %s
|
||||
; CHECK: patatino:
|
||||
; CHECK: .cfi_startproc
|
||||
; CHECK: movzwl (%rax), %ecx
|
||||
|
|
|
|||
Loading…
Reference in New Issue