From a0a790b0b7bbbb02227e48d8fa39450daee84432 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Tue, 5 Mar 2013 02:18:59 +0000 Subject: [PATCH] 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? git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176471 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/Mips/mips64-f128.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/Mips/mips64-f128.ll b/test/CodeGen/Mips/mips64-f128.ll index 06626949989..2a84c84bb49 100644 --- a/test/CodeGen/Mips/mips64-f128.ll +++ b/test/CodeGen/Mips/mips64-f128.ll @@ -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 -- 2.34.1