[llvm] r257026 - One more attempt at stablizing a test on all platforms.
Philip Reames via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 6 20:20:53 PST 2016
Author: reames
Date: Wed Jan 6 22:20:52 2016
New Revision: 257026
URL: http://llvm.org/viewvc/llvm-project?rev=257026&view=rev
Log:
One more attempt at stablizing a test on all platforms.
Modified:
llvm/trunk/test/CodeGen/X86/statepoint-vector.ll
Modified: llvm/trunk/test/CodeGen/X86/statepoint-vector.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/statepoint-vector.ll?rev=257026&r1=257025&r2=257026&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/statepoint-vector.ll (original)
+++ llvm/trunk/test/CodeGen/X86/statepoint-vector.ll Wed Jan 6 22:20:52 2016
@@ -1,4 +1,4 @@
-; RUN: llc -debug-only=stackmaps < %s | FileCheck %s
+; RUN: llc -mcpu=core-avx -debug-only=stackmaps < %s | FileCheck %s
target triple = "x86_64-pc-linux-gnu"
More information about the llvm-commits
mailing list