[PATCH] D81326: lld: improve the `-arch` handling for MachO

Jez Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 7 22:25:03 PDT 2020


int3 accepted this revision.
int3 added a comment.
This revision is now accepted and ready to land.

lgtm



================
Comment at: lld/MachO/Driver.cpp:99
+  case llvm::MachO::AK_x86_64:
+  case llvm::MachO::AK_x86_64h:
+    return createX86_64TargetInfo();
----------------
I assume the `h` suffix means 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