Douglas Katzman | 722bcb0 | 2015-10-13 16:22:51 +0000 | [diff] [blame] | 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 | ||||
6 | foo: | ||||
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 |