You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.207
Former-commit-id: 3b152f462918d427ce18620a2cbe4f8b79650449
This commit is contained in:
parent
8e12397d70
commit
eb85e2fc17
@ -1,20 +0,0 @@
|
||||
; This test checks that proper directives to switch between ARM and Thumb mode
|
||||
; are added when linking ARM and Thumb modules.
|
||||
|
||||
; RUN: llvm-as %s -o %t1.bc
|
||||
; RUN: llvm-as %p/Inputs/thumb-module-inline-asm.ll -o %t2.bc
|
||||
; RUN: llvm-link %t1.bc %t2.bc -S 2> %t3.out | FileCheck %s
|
||||
|
||||
target triple = "armv7-linux-gnueabihf"
|
||||
|
||||
module asm "add r1, r2, r2"
|
||||
|
||||
; CHECK: .text
|
||||
; CHECK-NEXT: .balign 4
|
||||
; CHECK-NEXT: .arm
|
||||
; CHECK-NEXT: add r1, r2, r2
|
||||
; CHECK-NEXT: module asm
|
||||
; CHECK-NEXT: .text
|
||||
; CHECK-NEXT: .balign 2
|
||||
; CHECK-NEXT: .thumb
|
||||
; CHECK-NEXT: orn r1, r2, r2
|
Reference in New Issue
Block a user