Skip to content

Commit 4f4d58b

Browse files
committed
[JITLink][MachO][AArch64] Specify endianness, fix name of testcase.
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#167902
1 parent 99630eb commit 4f4d58b

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)