[PATCH] D81326: lld: improve the `-arch` handling for MachO
Kellie Medlin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 8 09:56:55 PDT 2020
Ktwu added inline comments.
================
Comment at: lld/MachO/Driver.cpp:99
+ case llvm::MachO::AK_x86_64:
+ case llvm::MachO::AK_x86_64h:
+ return createX86_64TargetInfo();
----------------
int3 wrote:
> I assume the `h` suffix means Haswell
Yup that's Haswell.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81326/new/
https://reviews.llvm.org/D81326
More information about the llvm-commits
mailing list