You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.205
Former-commit-id: 7f59f7e792705db773f1caecdaa823092f4e2927
This commit is contained in:
parent
5cd5df71cc
commit
8e12397d70
13
external/llvm/test/CodeGen/ARM/inlineasm-global.ll
vendored
Normal file
13
external/llvm/test/CodeGen/ARM/inlineasm-global.ll
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
; RUN: llc -mtriple=thumb-unknown-unknown -no-integrated-as < %s | FileCheck %s --check-prefix=THUMB
|
||||
; RUN: llc -mtriple=arm-unknown-unknown -no-integrated-as < %s | FileCheck %s --check-prefix=ARM
|
||||
|
||||
; In thumb mode, emit ".code 16" before global inline-asm instructions.
|
||||
|
||||
; THUMB: .code 16
|
||||
; THUMB: stmib
|
||||
; THUMB: .code 16
|
||||
|
||||
; ARM-NOT: .code 16
|
||||
; ARM: stmib
|
||||
|
||||
module asm "stmib sp, {r0-r14};"
|
Reference in New Issue
Block a user