brintos

brintos / llvm-project-archived public Read only

0
0
Text · 415 B · 6a4c262 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_profile, 'R'5@CHECK:   .eabi_attribute 7, 826@CHECK-OBJ: Tag: 77@CHECK-OBJ-NEXT: Value: 828@CHECK-OBJ-NEXT: TagName: CPU_arch_profile9@CHECK-OBJ-NEXT: Description: Real-time10 11