mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 20:29:48 +00:00
Attempt to fix llvm-ppc64-linux2 buildbot failure by adding
-march=x86 to SLM test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190958 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7d03cc8715
commit
51279d45f7
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user