brintos

brintos / llvm-project-archived public Read only

0
0
Text · 421 B · 72ea70f 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, 'M'5@CHECK:   .eabi_attribute 7, 776@CHECK-OBJ: Tag: 77@CHECK-OBJ-NEXT: Value: 778@CHECK-OBJ-NEXT: TagName: CPU_arch_profile9@CHECK-OBJ-NEXT: Description: Microcontroller10 11