forked from OSchip/llvm-project
Fixed -mcpu flag
"core-avx" does not exist; I changed to "nehalem" llvm-svn: 263932
This commit is contained in:
parent
a4a589eec5
commit
39a0020f2d
|
@ -1,4 +1,4 @@
|
|||
; RUN: llc -stack-symbol-ordering=0 -mcpu=core-avx -debug-only=stackmaps < %s | FileCheck %s
|
||||
; RUN: llc -stack-symbol-ordering=0 -mcpu=nehalem -debug-only=stackmaps < %s | FileCheck %s
|
||||
; REQUIRES: asserts
|
||||
|
||||
target triple = "x86_64-pc-linux-gnu"
|
||||
|
|
Loading…
Reference in New Issue