xref: /aosp_15_r20/external/clang/test/Driver/as-default-dwarf.s (revision 67e74705e28f6214e480b399dd47ea732279e315)
1@ REQUIRES: arm-registered-target
2@ RUN: %clang --target=armv8a--linux-gnueabi -c %s -o %t
3@ RUN: llvm-objdump -t %t | FileCheck %s
4    .text
5    .type   foo,%function
6foo:
7    .fnstart
8    .cfi_startproc
9
10.Ltmp2:
11    .size   foo, .Ltmp2-foo
12    .cfi_endproc
13    .fnend
14    .cfi_sections .debug_frame
15@ CHECK: foo
16