Skip to content

Commit 6fdc1ee

Browse files
committed
Remove prefix aarch64 from test files residing in the AArch64 folder
1 parent badefe8 commit 6fdc1ee

17 files changed

+14
-14
lines changed

llvm/test/MC/AArch64/aarch64-build-attributes-asm-aeabi-aeabi-known.s renamed to llvm/test/MC/AArch64/build-attributes-asm-aeabi-aeabi-known.s

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
// ASM: .aeabi_attribute 2, 1 // Tag_Feature_GCS
2020

2121
// ELF: Hex dump of section '.ARM.attributes':
22-
// ELF: 0x00000000 411a0000 00616561 62695f70 61757468 A....aeabi_pauth
23-
// ELF: 0x00000010 61626900 00000107 02890623 00000061 abi........#...a
24-
// ELF: 0x00000020 65616269 5f666561 74757265 5f616e64 eabi_feature_and
25-
// ELF: 0x00000030 5f626974 73000100 00010101 0201 _bits.........
22+
// ELF-NEXT: 0x00000000 411a0000 00616561 62695f70 61757468 A....aeabi_pauth
23+
// ELF-NEXT: 0x00000010 61626900 00000107 02890623 00000061 abi........#...a
24+
// ELF-NEXT: 0x00000020 65616269 5f666561 74757265 5f616e64 eabi_feature_and
25+
// ELF-NEXT: 0x00000030 5f626974 73000100 00010101 0201 _bits.........
2626

2727

28-
.aeabi_subsection aeabi_pauthabi, required, uleb128 // test header comment
28+
.aeabi_subsection aeabi_pauthabi, required, uleb128
2929
.aeabi_attribute Tag_PAuth_Platform, 7
3030
.aeabi_attribute Tag_PAuth_Schema, 777
3131
.aeabi_attribute Tag_PAuth_Schema, 777

0 commit comments

Comments
 (0)