[PATCH] D101400: [Driver] Add -print-multiarch-triple
Petr Hosek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 27 15:26:54 PDT 2021
phosek added a comment.
In D101400#2720954 <https://reviews.llvm.org/D101400#2720954>, @MaskRay wrote:
> gcc has `--print-multiarch`. Just use `--print-multiarch`? I think our semantics are compatible.
I wasn't aware that GCC already has this option but using the same spelling definitely makes sense.
> It seems odd to have print-runtime-dir tests in `immediate-options.c`. The tests should be moved to a `print-*` file.
I can move it in a separate change.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101400/new/
https://reviews.llvm.org/D101400
More information about the cfe-commits
mailing list