mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-22 10:36:10 +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:
parent
64bcc6d81e
commit
d94cd00219
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user