forked from OSchip/llvm-project
Add target triple so test doesn't fail on Windows machines.
llvm-svn: 131439
This commit is contained in:
parent
83ba150f3a
commit
54459240e3
|
@ -1,4 +1,4 @@
|
|||
; RUN: llc < %s -march=x86-64 | FileCheck %s
|
||||
; RUN: llc < %s -mtriple=x86_64-apple-macosx | FileCheck %s
|
||||
|
||||
; Common "xorb al, al" instruction in the two successor blocks should be
|
||||
; moved to the entry block above the test + je.
|
||||
|
|
Loading…
Reference in New Issue