diff options
author | Reed Kotler <rkotler@mips.com> | 2013-05-11 01:02:20 +0000 |
---|---|---|
committer | Reed Kotler <rkotler@mips.com> | 2013-05-11 01:02:20 +0000 |
commit | a6e31cf69e1c9853bb02bad2fa0bcac0dd67997d (patch) | |
tree | c317eeef0cbdf252e3e18a58a7bb12207c807734 /test | |
parent | 01a21b33798424736cd0065c1a1d00792be5c3a0 (diff) | |
download | external_llvm-a6e31cf69e1c9853bb02bad2fa0bcac0dd67997d.zip external_llvm-a6e31cf69e1c9853bb02bad2fa0bcac0dd67997d.tar.gz external_llvm-a6e31cf69e1c9853bb02bad2fa0bcac0dd67997d.tar.bz2 |
Add -mtriple=mipsel-linux-gnu to the test so that the compiler does
not think it can support small data sections.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181654 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGen/Mips/mips16_fpret.ll | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/CodeGen/Mips/mips16_fpret.ll b/test/CodeGen/Mips/mips16_fpret.ll index ae0d1b4..9113329 100644 --- a/test/CodeGen/Mips/mips16_fpret.ll +++ b/test/CodeGen/Mips/mips16_fpret.ll @@ -1,7 +1,7 @@ -; RUN: llc -march=mipsel -mcpu=mips16 -soft-float -mips16-hard-float -relocation-model=static < %s | FileCheck %s -check-prefix=1 -; RUN: llc -march=mipsel -mcpu=mips16 -soft-float -mips16-hard-float -relocation-model=static < %s | FileCheck %s -check-prefix=2 -; RUN: llc -march=mipsel -mcpu=mips16 -soft-float -mips16-hard-float -relocation-model=static < %s | FileCheck %s -check-prefix=3 -; RUN: llc -march=mipsel -mcpu=mips16 -soft-float -mips16-hard-float -relocation-model=static < %s | FileCheck %s -check-prefix=4 +; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips16 -soft-float -mips16-hard-float -relocation-model=static < %s | FileCheck %s -check-prefix=1 +; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips16 -soft-float -mips16-hard-float -relocation-model=static < %s | FileCheck %s -check-prefix=2 +; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips16 -soft-float -mips16-hard-float -relocation-model=static < %s | FileCheck %s -check-prefix=3 +; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips16 -soft-float -mips16-hard-float -relocation-model=static < %s | FileCheck %s -check-prefix=4 @x = global float 0x41F487E980000000, align 4 |