brintos

brintos / llvm-project-archived public Read only

0
0
Text · 395 B · c15a5cd Raw
11 lines · plain
1@ RUN: llvm-mc -triple armv7-elf -filetype asm -o - %s | FileCheck %s2@ RUN: llvm-mc -triple armv7-eabi -filetype obj -o - %s \3@ RUN:   | llvm-readobj --arch-specific - | FileCheck %s --check-prefix=CHECK-OBJ4.eabi_attribute  Tag_CPU_arch, 145@CHECK:   .eabi_attribute 6, 146@CHECK-OBJ: Tag: 67@CHECK-OBJ-NEXT: Value: 148@CHECK-OBJ-NEXT: TagName: CPU_arch9@CHECK-OBJ-NEXT: Description: ARM v810 11