[llvm] 998dd1b - [JITLink][MachO][AArch64] Specify endianness, fix name of testcase. (#168323)

via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 17 00:00:00 PST 2025


Author: Lang Hames
Date: 2025-11-17T18:59:56+11:00
New Revision: 998dd1b233d703060d5e1810681df2c89b2d7af2

URL: https://github.com/llvm/llvm-project/commit/998dd1b233d703060d5e1810681df2c89b2d7af2
DIFF: https://github.com/llvm/llvm-project/commit/998dd1b233d703060d5e1810681df2c89b2d7af2.diff

LOG: [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 https://github.com/llvm/llvm-project/pull/167902

Added: 
    llvm/test/ExecutionEngine/JITLink/AArch64/MachO_ptrauth_noalloc_sections.yaml

Modified: 
    

Removed: 
    llvm/test/ExecutionEngine/JITLink/AArch64/MachO_ptrauth_noolloc_sections.yaml


################################################################################
diff  --git a/llvm/test/ExecutionEngine/JITLink/AArch64/MachO_ptrauth_noolloc_sections.yaml b/llvm/test/ExecutionEngine/JITLink/AArch64/MachO_ptrauth_noalloc_sections.yaml
similarity index 99%
rename from llvm/test/ExecutionEngine/JITLink/AArch64/MachO_ptrauth_noolloc_sections.yaml
rename to llvm/test/ExecutionEngine/JITLink/AArch64/MachO_ptrauth_noalloc_sections.yaml
index a2396aa776e10..c840d208a4910 100644
--- a/llvm/test/ExecutionEngine/JITLink/AArch64/MachO_ptrauth_noolloc_sections.yaml
+++ b/llvm/test/ExecutionEngine/JITLink/AArch64/MachO_ptrauth_noalloc_sections.yaml
@@ -16,6 +16,7 @@
 # CHECK: llvm-jitlink error: {{.*}} unsupported edge kind Pointer64Authenticated
 
 --- !mach-o
+IsLittleEndian: true
 FileHeader:
   magic:           0xFEEDFACF
   cputype:         0x100000C


        


More information about the llvm-commits mailing list