brintos

brintos / llvm-project-archived public Read only

0
0
Text · 587 B · 714d34b Raw
10 lines · plain
1@ RUN: llvm-mc -triple=armv7a-none-eabi     -filetype=obj < %s | llvm-objdump -t - | FileCheck %s --check-prefix=ARM2@ RUN: llvm-mc -triple=armebv7a-none-eabi   -filetype=obj < %s | llvm-objdump -t - | FileCheck %s --check-prefix=ARM3@ RUN: llvm-mc -triple=thumbv7a-none-eabi   -filetype=obj < %s | llvm-objdump -t - | FileCheck %s --check-prefix=THUMB4@ RUN: llvm-mc -triple=thumbebv7a-none-eabi -filetype=obj < %s | llvm-objdump -t - | FileCheck %s --check-prefix=THUMB5 6  add r0, r0, r07 8@ ARM:      00000000 l       .text  00000000 $a9@ THUMB:    00000000 l       .text  00000000 $t10