[llvm] r210288 - Adding explicit triples to the ARM jumptable tests

Tom Roeder tmroeder at google.com
Thu Jun 5 14:40:13 PDT 2014


Author: tmroeder
Date: Thu Jun  5 16:40:13 2014
New Revision: 210288

URL: http://llvm.org/viewvc/llvm-project?rev=210288&view=rev
Log:
Adding explicit triples to the ARM jumptable tests

Modified:
    llvm/trunk/test/CodeGen/ARM/jump_tables.ll

Modified: llvm/trunk/test/CodeGen/ARM/jump_tables.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/jump_tables.ll?rev=210288&r1=210287&r2=210288&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/ARM/jump_tables.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/jump_tables.ll Thu Jun  5 16:40:13 2014
@@ -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





More information about the llvm-commits mailing list