• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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