diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-03-05 02:18:59 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-03-05 02:18:59 +0000 |
commit | a0a790b0b7bbbb02227e48d8fa39450daee84432 (patch) | |
tree | 8e69f7e27b79276b83495205ae6ebaf052be22ae | |
parent | 466508bab1777b668684cffe5d7a410ce0caa223 (diff) |
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
-rw-r--r-- | test/CodeGen/Mips/mips64-f128.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Mips/mips64-f128.ll b/test/CodeGen/Mips/mips64-f128.ll index 0662694998..2a84c84bb4 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 |