summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/Mips/do_switch3.s
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2016-05-18 00:27:17 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2016-05-18 00:27:17 +0000
commitcdb2a15d9d1aa5a1e5799a88c65f4abb7d551f19 (patch)
treec22f36f75b95d2677efeb1a9a3adbd6b76920e1f /llvm/test/MC/Mips/do_switch3.s
parent62e8ec572190263324a0bba715497dc0cd17b4b5 (diff)
downloadbcm5719-llvm-cdb2a15d9d1aa5a1e5799a88c65f4abb7d551f19.tar.gz
bcm5719-llvm-cdb2a15d9d1aa5a1e5799a88c65f4abb7d551f19.zip
Don't pass relocation-model= to tests that don't need it.
Very few things in MC itself use the option. Most of the code that that uses it could be move to CodeGen. llvm-svn: 269871
Diffstat (limited to 'llvm/test/MC/Mips/do_switch3.s')
-rw-r--r--llvm/test/MC/Mips/do_switch3.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/Mips/do_switch3.s b/llvm/test/MC/Mips/do_switch3.s
index c0d9dc62fe6..7ed4f7c5219 100644
--- a/llvm/test/MC/Mips/do_switch3.s
+++ b/llvm/test/MC/Mips/do_switch3.s
@@ -2,7 +2,7 @@
// produced. This was not handled for direct object and an assertion
// to occur. This is a variation on test case test/CodeGen/Mips/do_switch.ll
-// RUN: llvm-mc < %s -filetype=obj -triple=mips64-pc-linux -relocation-model=pic -mcpu=mips64 -target-abi=n64
+// RUN: llvm-mc < %s -filetype=obj -triple=mips64-pc-linux -mcpu=mips64 -target-abi=n64
.text
.abicalls
OpenPOWER on IntegriCloud