diff options
Diffstat (limited to 'test/MC/Mips/do_switch3.s')
-rw-r--r-- | test/MC/Mips/do_switch3.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/Mips/do_switch3.s b/test/MC/Mips/do_switch3.s index 02ad087..c0d9dc6 100644 --- a/test/MC/Mips/do_switch3.s +++ b/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 -mattr=n64 +// RUN: llvm-mc < %s -filetype=obj -triple=mips64-pc-linux -relocation-model=pic -mcpu=mips64 -target-abi=n64 .text .abicalls |