[all-commits] [llvm/llvm-project] f472da: Reland [lld-macho] Fix bug in reading cpuSubType f...
Vy Nguyen via All-commits
all-commits at lists.llvm.org
Fri Dec 9 11:04:07 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f472da190b65a1db2512960ee5334889a6663aef
https://github.com/llvm/llvm-project/commit/f472da190b65a1db2512960ee5334889a6663aef
Author: Vy Nguyen <vyng at google.com>
Date: 2022-12-09 (Fri, 09 Dec 2022)
Changed paths:
M lld/MachO/InputFiles.cpp
M lld/test/MachO/fat-arch.s
Log Message:
-----------
Reland [lld-macho] Fix bug in reading cpuSubType field.
This reverts commit 66692c822aee47baa2cb71f92090d58a8dc01116.
New changes:
- update test to require aarch64
- update test to not hard-code cpu[sub] type values (since they could change)
- update test to temporarily skip windows (because llvm-mc on windows doesn't seem to work with triple arm64-apple-macos)
Differential Revision: https://reviews.llvm.org/D139572
More information about the All-commits
mailing list