[llvm] [llvm-readobj][MachO] Add support for CPU_TYPE_ARM64_32 (PR #170193)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 3 00:14:58 PST 2025
================
@@ -158,3 +158,34 @@ FileHeader:
ncmds: 0
sizeofcmds: 0
flags: 0x00002000
+
+# RUN: yaml2obj %s --docnum=6 -o %t.arm64_32
----------------
jh7370 wrote:
It looks to me like you've changed the FileCheck side, but not the YAML like I suggested. Changing the FileCheck bits is good, but the YAML was the bit I was more interested in. Could you explain why you haven't done that, please?
https://github.com/llvm/llvm-project/pull/170193
More information about the llvm-commits
mailing list