[PATCH] D110904: [lld-macho] Downgrade missing -arch initially to error.
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 9 11:15:32 PDT 2021
thakis added a comment.
To be honest, I'm not sure this is really worth it. Almost everyone will invoke lld through the compiler driver.
But if you do want to have a nicer diag for missing rsp files, I like your previous approach of emitting a diag there better (assuming we add it to all drivers, and add the default args so the driver changes are small).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110904/new/
https://reviews.llvm.org/D110904
More information about the llvm-commits
mailing list