Skip to content

Commit 1659d1c

Browse files
lhamesnekoshirro
authored andcommitted
[JITLink][MachO][AArch64] Specify endianness, fix name of testcase. (#168323)
The "MachO_ptrauth_noolloc_sections.yaml" testcase had a typo in the name, and didn't explicitly specify its endianness. This was causing it to fail when enabled on big endian platforms. See conversation in llvm/llvm-project#167902 Signed-off-by: Hafidz Muzakky <[email protected]>
1 parent 439a827 commit 1659d1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/test/ExecutionEngine/JITLink/AArch64/MachO_ptrauth_noolloc_sections.yaml renamed to llvm/test/ExecutionEngine/JITLink/AArch64/MachO_ptrauth_noalloc_sections.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
# CHECK: llvm-jitlink error: {{.*}} unsupported edge kind Pointer64Authenticated
1717

1818
--- !mach-o
19+
IsLittleEndian: true
1920
FileHeader:
2021
magic: 0xFEEDFACF
2122
cputype: 0x100000C

0 commit comments

Comments
 (0)