[PATCH] D81983: [lld-macho] Avoid explicit -arch in tests by defaulting to x86-64

Shoaib Meenai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 17 14:35:11 PDT 2020


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

This makes sense to me.

Long-term, we want to infer the target architecture from the input object files (as ld64 and the other LLD ports do). Short term, we only support x86-64. Inferring the target architecture from LLVM's default target triple doesn't seem like a necessary intermediate step.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D81983/new/

https://reviews.llvm.org/D81983





More information about the llvm-commits mailing list