You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
23
external/llvm/test/CodeGen/ARM/interwork.ll
vendored
23
external/llvm/test/CodeGen/ARM/interwork.ll
vendored
@ -1,23 +0,0 @@
|
||||
; One file may have multiple functions targeted at different (ARM, Thumb)
|
||||
; instruction sets. Passing this information to the linker and the assembler
|
||||
; is done through the ".code 16" and ".code 32" directives.
|
||||
;
|
||||
; RUN: llc -mtriple=arm-arm-none-eabi %s -o - | FileCheck %s
|
||||
|
||||
define void @ft() #0 {
|
||||
; CHECK: .code 16
|
||||
; CHECK: .thumb_func
|
||||
; CHECK-LABEL: ft:
|
||||
entry:
|
||||
ret void
|
||||
}
|
||||
|
||||
define void @fz() #1 {
|
||||
; CHECK: .code 32
|
||||
; CHECK-LABEL: fz:
|
||||
entry:
|
||||
ret void
|
||||
}
|
||||
|
||||
attributes #0 = { "target-features"="+thumb-mode" }
|
||||
attributes #1 = { "target-features"="-thumb-mode" }
|
Reference in New Issue
Block a user