brintos

brintos / llvm-project-archived public Read only

0
0
Text · 2.3 KiB · ef55a3c Raw
50 lines · plain
1// RUN: llvm-mc -triple=aarch64 %s -o - | FileCheck %s --check-prefix=ASM2// RUN: llvm-mc -triple=aarch64 -filetype=obj %s -o - | llvm-readelf --hex-dump=.ARM.attributes - | FileCheck %s --check-prefix=ELF3 4// ASM: .aeabi_subsection	private_subsection_1, optional, uleb1285// ASM: .aeabi_attribute 12, 2576// ASM: .aeabi_subsection	aeabi_2, required, uleb1287// ASM: .aeabi_attribute 76, 2578// ASM: .aeabi_subsection	aeabi_3, optional, ntbs9// ASM: .aeabi_attribute 34, hello_llvm10// ASM: .aeabi_subsection	private_subsection_4, required, ntbs11// ASM: .aeabi_attribute 777, "hello_llvm"12// ASM: .aeabi_subsection	private_subsection_1, optional, uleb12813// ASM: .aeabi_attribute 876, 25714// ASM: .aeabi_subsection	aeabi_2, required, uleb12815// ASM: .aeabi_attribute 876, 25716// ASM: .aeabi_subsection aeabi_3, optional, ntbs17// ASM: .aeabi_attribute 876, "hello_llvm"18// ASM: .aeabi_subsection	private_subsection_4, required, ntbs19// ASM: .aeabi_attribute 876, hello_llvm20 21// ELF: Hex dump of section '.ARM.attributes':22// ELF: 0x00000000 41220000 00707269 76617465 5f737562 A"...private_sub23// ELF: 0x00000010 73656374 696f6e5f 31000100 0c8102ec section_1.......24// ELF: 0x00000020 06810215 00000061 65616269 5f320000 .......aeabi_2..25// ELF: 0x00000030 004c8102 ec068102 29000000 61656162 .L......)...aeab26// ELF: 0x00000040 695f3300 01012268 656c6c6f 5f6c6c76 i_3..."hello_llv27// ELF: 0x00000050 6d00ec06 2268656c 6c6f5f6c 6c766d22 m..."hello_llvm"28// ELF: 0x00000060 00370000 00707269 76617465 5f737562 .7...private_sub29// ELF: 0x00000070 73656374 696f6e5f 34000001 89062268 section_4....."h30// ELF: 0x00000080 656c6c6f 5f6c6c76 6d2200ec 0668656c ello_llvm"...hel31// ELF: 0x00000090 6c6f5f6c 6c766d00                   lo_llvm.32 33 34.aeabi_subsection private_subsection_1, optional, uleb12835.aeabi_attribute 12, 25736.aeabi_subsection aeabi_2, required, uleb12837.aeabi_attribute 76, 25738.aeabi_subsection aeabi_3, optional, ntbs39.aeabi_attribute 34, hello_llvm40.aeabi_subsection private_subsection_4, required, ntbs41.aeabi_attribute 777, "hello_llvm"42.aeabi_subsection private_subsection_1, optional, uleb12843.aeabi_attribute 876, 25744.aeabi_subsection aeabi_2, required, uleb12845.aeabi_attribute 876, 25746.aeabi_subsection aeabi_3, optional, ntbs47.aeabi_attribute 876, "hello_llvm"48.aeabi_subsection private_subsection_4, required, ntbs49.aeabi_attribute 876, hello_llvm50