summaryrefslogtreecommitdiff
path: root/test/Driver/as-default-dwarf.s
blob: 9988203c14b3c084c892f969ad5ff908fb03e258 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@ REQUIRES: arm-registered-target
@ RUN: %clang --target=armv8a--linux-gnueabi -c %s -o %t
@ RUN: llvm-objdump -t %t | FileCheck %s
    .text
    .type   foo,%function
foo:
    .fnstart
    .cfi_startproc

.Ltmp2:
    .size   foo, .Ltmp2-foo
    .cfi_endproc
    .fnend
    .cfi_sections .debug_frame
@ CHECK: foo