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
9
external/llvm/test/MC/ARM/mapping-initial.s
vendored
Normal file
9
external/llvm/test/MC/ARM/mapping-initial.s
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
@ RUN: llvm-mc -triple=armv7a-none-eabi -filetype=obj < %s | llvm-objdump -t - | FileCheck %s --check-prefix=ARM
|
||||
@ RUN: llvm-mc -triple=armebv7a-none-eabi -filetype=obj < %s | llvm-objdump -t - | FileCheck %s --check-prefix=ARM
|
||||
@ RUN: llvm-mc -triple=thumbv7a-none-eabi -filetype=obj < %s | llvm-objdump -t - | FileCheck %s --check-prefix=THUMB
|
||||
@ RUN: llvm-mc -triple=thumbebv7a-none-eabi -filetype=obj < %s | llvm-objdump -t - | FileCheck %s --check-prefix=THUMB
|
||||
|
||||
add r0, r0, r0
|
||||
|
||||
@ ARM: 00000000 .text 00000000 $a
|
||||
@ THUMB: 00000000 .text 00000000 $t
|
Reference in New Issue
Block a user