[llvm] r176471 - llvm/test/CodeGen/Mips/mips64-f128.ll: Add explicit -mtriple=mips64el-unknown-unknown to appease win32.

NAKAMURA Takumi geek4civic at gmail.com
Mon Mar 4 18:18:59 PST 2013


Author: chapuni
Date: Mon Mar  4 20:18:59 2013
New Revision: 176471

URL: http://llvm.org/viewvc/llvm-project?rev=176471&view=rev
Log:
llvm/test/CodeGen/Mips/mips64-f128.ll: Add explicit -mtriple=mips64el-unknown-unknown to appease win32.

FIXME: Is it expected for win32 to affect mips targets?

Modified:
    llvm/trunk/test/CodeGen/Mips/mips64-f128.ll

Modified: llvm/trunk/test/CodeGen/Mips/mips64-f128.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Mips/mips64-f128.ll?rev=176471&r1=176470&r2=176471&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Mips/mips64-f128.ll (original)
+++ llvm/trunk/test/CodeGen/Mips/mips64-f128.ll Mon Mar  4 20:18:59 2013
@@ -1,4 +1,4 @@
-; RUN: llc -march=mips64el -mcpu=mips64 -soft-float -O1 \
+; RUN: llc -mtriple=mips64el-unknown-unknown -mcpu=mips64 -soft-float -O1 \
 ; RUN: -disable-mips-delay-filler < %s | FileCheck %s
 
 @gld0 = external global fp128





More information about the llvm-commits mailing list