brintos

brintos / llvm-project-archived public Read only

0
0
Text · 2.5 KiB · 96bb59b Raw
51 lines · plain
1// RUN: llvm-mc -triple=aarch64 %s | FileCheck %s --check-prefix=ASM2// RUN: llvm-mc -triple=aarch64 -filetype=obj %s | llvm-readelf --hex-dump=.ARM.attributes - | FileCheck %s --check-prefix=ELF3 4// ASM: .aeabi_subsection	subsection_a, optional, uleb1285// ASM: .aeabi_subsection	aeabi_subsection, optional, ntbs6// ASM: .aeabi_subsection	subsection_b, required, uleb1287// ASM: .aeabi_subsection	aeabi_pauthabi, required, uleb1288// ASM: .aeabi_attribute	1, 7 // Tag_PAuth_Platform9// ASM: .aeabi_attribute	2, 777 // Tag_PAuth_Schema10// ASM: .aeabi_attribute	1, 9	// Tag_PAuth_Platform11// ASM: .aeabi_subsection	aeabi_feature_and_bits, optional, uleb12812// ASM: .aeabi_attribute    0, 1 // Tag_Feature_BTI13// ASM: .aeabi_attribute    1, 1 // Tag_Feature_PAC14// ASM: .aeabi_attribute    2, 1 // Tag_Feature_GCS15// ASM: .aeabi_subsection	aeabi_subsection, optional, ntbs16// ASM: .aeabi_attribute	5, "Value"17// ASM: .aeabi_subsection	subsection_b, required, uleb12818// ASM: .aeabi_attribute	6, 53619// ASM: .aeabi_subsection	subsection_a, optional, uleb12820// ASM: .aeabi_attribute	7, 1121 22// ELF: Hex dump of section '.ARM.attributes':23// ELF-NEXT: 0x00000000 41150000 00737562 73656374 696f6e5f A....subsection_24// ELF-NEXT: 0x00000010 61000100 070b2000 00006165 6162695f a..... ...aeabi_25// ELF-NEXT: 0x00000020 73756273 65637469 6f6e0001 01052256 subsection...."V26// ELF-NEXT: 0x00000030 616c7565 22001600 00007375 62736563 alue".....subsec27// ELF-NEXT: 0x00000040 74696f6e 5f620000 00069804 1a000000 tion_b..........28// ELF-NEXT: 0x00000050 61656162 695f7061 75746861 62690000 aeabi_pauthabi..29// ELF-NEXT: 0x00000060 00010902 89062300 00006165 6162695f ......#...aeabi_30// ELF-NEXT: 0x00000070 66656174 7572655f 616e645f 62697473 feature_and_bits31// ELF-NEXT: 0x00000080 00010000 01010102 01                .........32 33 34.aeabi_subsection subsection_a, optional, uleb12835.aeabi_subsection aeabi_subsection, optional, ntbs36.aeabi_subsection subsection_b, required, uleb12837.aeabi_subsection aeabi_pauthabi, required, uleb12838.aeabi_attribute Tag_PAuth_Platform, 739.aeabi_attribute Tag_PAuth_Schema, 77740.aeabi_attribute Tag_PAuth_Platform, 941.aeabi_subsection aeabi_feature_and_bits, optional, uleb12842.aeabi_attribute Tag_Feature_BTI, 143.aeabi_attribute Tag_Feature_PAC, 144.aeabi_attribute Tag_Feature_GCS, 145.aeabi_subsection aeabi_subsection, optional, ntbs46.aeabi_attribute 5, "Value"47.aeabi_subsection subsection_b, required, uleb12848.aeabi_attribute 6, 53649.aeabi_subsection subsection_a, optional, uleb12850.aeabi_attribute 7, 1151