Mercurial > hg > CbC > CbC_llvm
annotate lld/test/ELF/Inputs/arm-vfp-arg-toolchain.s @ 150:1d019706d866
LLVM10
author | anatofuz |
---|---|
date | Thu, 13 Feb 2020 15:10:13 +0900 |
parents | |
children |
rev | line source |
---|---|
150 | 1 .arch armv7-a |
2 .eabi_attribute 20, 1 | |
3 .eabi_attribute 21, 1 | |
4 .eabi_attribute 23, 3 | |
5 .eabi_attribute 24, 1 | |
6 .eabi_attribute 25, 1 | |
7 .eabi_attribute 26, 2 | |
8 .eabi_attribute 30, 6 | |
9 .eabi_attribute 34, 1 | |
10 .eabi_attribute 18, 4 | |
11 .eabi_attribute 28, 2 // Tag_ABI_VFP_args = 2 (Toolchain specific) | |
12 .syntax unified | |
13 .global f2 | |
14 .type f1, %function | |
15 f2: bx lr |