[PATCH] D35287: llc: Require an explicit -mtriple=default to target default triple
Matthias Braun via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 12 15:39:31 PDT 2017
MatzeB added a comment.
In https://reviews.llvm.org/D35287#807305, @efriedma wrote:
> Having a default architecture is convenient for messing around... if we're going to do something here, I would rather just kill off "-march".
- But we still have the default... you just have to use `-mtriple=default` to get it.
- I'd be fine with killing off -march as well.
- I guess I'll start fixing all those tests that just say -march to use -mtriple, as we need that change no matter what variant we choose here.
Repository:
rL LLVM
https://reviews.llvm.org/D35287
More information about the llvm-commits
mailing list