[llvm] r224907 - llvm/test/CodeGen/X86/fast-isel-call-bool.ll: Add explicit -mtriple=x86_64-unknown to satisfy x64.

NAKAMURA Takumi geek4civic at gmail.com
Sun Dec 28 15:37:11 PST 2014


Author: chapuni
Date: Sun Dec 28 17:37:11 2014
New Revision: 224907

URL: http://llvm.org/viewvc/llvm-project?rev=224907&view=rev
Log:
llvm/test/CodeGen/X86/fast-isel-call-bool.ll: Add explicit -mtriple=x86_64-unknown to satisfy x64.

Modified:
    llvm/trunk/test/CodeGen/X86/fast-isel-call-bool.ll

Modified: llvm/trunk/test/CodeGen/X86/fast-isel-call-bool.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/fast-isel-call-bool.ll?rev=224907&r1=224906&r2=224907&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/fast-isel-call-bool.ll (original)
+++ llvm/trunk/test/CodeGen/X86/fast-isel-call-bool.ll Sun Dec 28 17:37:11 2014
@@ -1,4 +1,4 @@
-; RUN: llc < %s -fast-isel -mcpu=core2 -march=x86-64 -O1 | FileCheck %s
+; RUN: llc < %s -fast-isel -mcpu=core2 -mtriple=x86_64-unknown-unknown -O1 | FileCheck %s
 ; See PR21557
 
 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"





More information about the llvm-commits mailing list