Add -march to fix the bots.
authorRafael Espindola <rafael.espindola@gmail.com>
Thu, 3 Feb 2011 04:21:01 +0000 (04:21 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Thu, 3 Feb 2011 04:21:01 +0000 (04:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124774 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/pr9127.ll

index af08490b83d9b35da36d6178611a831ef19c9e36..45b0c6c78706c6662fd492d8b7cc0181283c193d 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s | FileCheck %s
+; RUN: llc -march=x86-64 < %s | FileCheck %s
 
 define i8 @foobar(double %d, double* %x) {
 entry: