Attempt to fix llvm-ppc64-linux2 buildbot failure by adding

-march=x86 to SLM test.

llvm-svn: 190958
This commit is contained in:
Preston Gurd 2013-09-18 21:39:33 +00:00
parent 457daddc9b
commit dd9891f22d
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
; RUN: llc < %s -march=x86 -mattr=+sse | FileCheck %s
; RUN: llc < %s -march=x86 -mattr=+avx | FileCheck %s
; RUN: llc < %s -march=x86 -mattr=+sse -mattr=+prfchw | FileCheck %s -check-prefix=PRFCHW
; RUN: llc < %s -mcpu=slm | FileCheck %s -check-prefix=SLM
; RUN: llc < %s -march=x86 -mcpu=slm | FileCheck %s -check-prefix=SLM
; rdar://10538297