From 855ff183b9f688c9444285bc62ba708b910a66c4 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Thu, 3 Feb 2011 04:21:01 +0000 Subject: [PATCH] Add -march to fix the bots. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124774 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/pr9127.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/X86/pr9127.ll b/test/CodeGen/X86/pr9127.ll index af08490b83d..45b0c6c7870 100644 --- a/test/CodeGen/X86/pr9127.ll +++ b/test/CodeGen/X86/pr9127.ll @@ -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: -- 2.34.1