diff options
Diffstat (limited to 'llvm/test/CodeGen/ARM/jump_tables.ll')
| -rw-r--r-- | llvm/test/CodeGen/ARM/jump_tables.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/ARM/jump_tables.ll b/llvm/test/CodeGen/ARM/jump_tables.ll index 61c7e43adfe..907a86c2538 100644 --- a/llvm/test/CodeGen/ARM/jump_tables.ll +++ b/llvm/test/CodeGen/ARM/jump_tables.ll @@ -1,5 +1,5 @@ -; RUN: llc <%s -march=arm -jump-table-type=single | FileCheck --check-prefix=ARM %s -; RUN: llc <%s -march=thumb -jump-table-type=single | FileCheck --check-prefix=THUMB %s +; RUN: llc <%s -mtriple=arm-unknown-linux-gnueabi -jump-table-type=single | FileCheck --check-prefix=ARM %s +; RUN: llc <%s -mtriple=thumb-unknown-linux-gnueabi -jump-table-type=single | FileCheck --check-prefix=THUMB %s define void @indirect_fun() unnamed_addr jumptable { ret void |

