From d94cd002195e7a393a0f3a16355e8ac32c7d496c Mon Sep 17 00:00:00 2001 From: Tom Roeder Date: Thu, 5 Jun 2014 21:40:13 +0000 Subject: [PATCH] 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 --- test/CodeGen/ARM/jump_tables.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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