From: Tom Roeder Date: Thu, 5 Jun 2014 21:40:13 +0000 (+0000) Subject: Adding explicit triples to the ARM jumptable tests X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=d94cd002195e7a393a0f3a16355e8ac32c7d496c;p=oota-llvm.git Adding explicit triples to the ARM jumptable tests git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210288 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/ARM/jump_tables.ll b/test/CodeGen/ARM/jump_tables.ll index 61c7e43adfe..907a86c2538 100644 --- a/test/CodeGen/ARM/jump_tables.ll +++ b/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