summaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips/largeimm1.ll
diff options
context:
space:
mode:
authorPetar Jovanovic <petar.jovanovic@imgtec.com>2016-04-11 15:24:23 +0000
committerPetar Jovanovic <petar.jovanovic@imgtec.com>2016-04-11 15:24:23 +0000
commitd2c18d6b60e47de333ae6ffeeb1e7eaeb6e6030a (patch)
tree5a3d06d3d68efa8b6ee407eb5e608569601e3c1f /test/CodeGen/Mips/largeimm1.ll
parente085c9064774c3d035b1412218b6276814173625 (diff)
[mips] Make Static a default relocation model for MIPS codegen
This change follows up defaults for GCC and Clang, so LLVM does not differ from them. While number of the test files are touched with this change, they all keep the old (expected) behaviour with the explicit option: "-relocation-model=pic" The tests that have not been touched are insensitive to relocation model. Differential Revision: http://reviews.llvm.org/D17995 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@265949 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Mips/largeimm1.ll')
-rw-r--r--test/CodeGen/Mips/largeimm1.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Mips/largeimm1.ll b/test/CodeGen/Mips/largeimm1.ll
index 06c4d6bd960..01b25c186be 100644
--- a/test/CodeGen/Mips/largeimm1.ll
+++ b/test/CodeGen/Mips/largeimm1.ll
@@ -1,4 +1,4 @@
-; RUN: llc -march=mipsel < %s | FileCheck %s
+; RUN: llc -march=mipsel -relocation-model=pic < %s | FileCheck %s
; CHECK: lui ${{[0-9]+}}, 49152
; CHECK: lui ${{[0-9]+}}, 16384