mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-28 03:25:23 +00:00
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
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
; RUN: llc <%s -march=arm -jump-table-type=single | FileCheck --check-prefix=ARM %s
|
; RUN: llc <%s -mtriple=arm-unknown-linux-gnueabi -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=thumb-unknown-linux-gnueabi -jump-table-type=single | FileCheck --check-prefix=THUMB %s
|
||||||
|
|
||||||
define void @indirect_fun() unnamed_addr jumptable {
|
define void @indirect_fun() unnamed_addr jumptable {
|
||||||
ret void
|
ret void
|
||||||
|
Reference in New Issue
Block a user