brintos

brintos / llvm-project-archived public Read only

0
0
Text · 314 B · 9988203 Raw
16 lines · plain
1@ REQUIRES: arm-registered-target2@ RUN: %clang --target=armv8a--linux-gnueabi -c %s -o %t3@ RUN: llvm-objdump -t %t | FileCheck %s4    .text5    .type   foo,%function6foo:7    .fnstart8    .cfi_startproc9 10.Ltmp2:11    .size   foo, .Ltmp2-foo12    .cfi_endproc13    .fnend14    .cfi_sections .debug_frame15@ CHECK: foo16