From: Elena Demikhovsky Date: Mon, 21 Mar 2016 11:06:20 +0000 (+0000) Subject: Fixed -mcpu flag X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=39a0020f2d79214a43af5820d3c73161d2617e5f;p=platform%2Fupstream%2Fllvm.git Fixed -mcpu flag "core-avx" does not exist; I changed to "nehalem" llvm-svn: 263932 --- diff --git a/llvm/test/CodeGen/X86/statepoint-vector.ll b/llvm/test/CodeGen/X86/statepoint-vector.ll index 6290c9e..21e7b20 100644 --- a/llvm/test/CodeGen/X86/statepoint-vector.ll +++ b/llvm/test/CodeGen/X86/statepoint-vector.ll @@ -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"