[PATCH] D139572: [lld-macho] Fix bug in reading cpuSubType field.
Jez Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 8 13:49:03 PST 2022
int3 accepted this revision.
int3 added a comment.
This revision is now accepted and ready to land.
Thanks!
================
Comment at: lld/test/MachO/fat-arch.s:15
+# RUN: %lld -o %t.x86_64.out %t.x86_64.o
+# RUN: %lld -arch arm64 -o %t.arm64.out %t.arm64.o
+# RUN: llvm-lipo %t.x86_64.out %t.arm64.out -create -o %t.fat.exec.out
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139572/new/
https://reviews.llvm.org/D139572
More information about the llvm-commits
mailing list