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 | 739d36a2657e17d12680c8cffd020faa6d668da8 (patch) | |
tree | df2613fbdcd2f09e501061b9330d8fb3015acbd5 | |
parent | 408fa333403f97d4df9ec8eeb2be4138e4c924bf (diff) | |
download | bcm5719-llvm-739d36a2657e17d12680c8cffd020faa6d668da8.tar.gz bcm5719-llvm-739d36a2657e17d12680c8cffd020faa6d668da8.zip |
Add -mtriple=mipsel-linux-gnu to the test so that the compiler does
not think it can support small data sections.
llvm-svn: 181654
-rw-r--r-- | llvm/test/CodeGen/Mips/mips16_fpret.ll | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/Mips/mips16_fpret.ll b/llvm/test/CodeGen/Mips/mips16_fpret.ll index ae0d1b44ae1..9113329396d 100644 --- a/llvm/test/CodeGen/Mips/mips16_fpret.ll +++ b/llvm/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 |