[PATCH] D63105: Add --print-supported-cpus flag for clang.
Ziang Wan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 17 09:39:19 PDT 2019
ziangwan added a comment.
> This option is useful but may be hard to discover. Will something like `-march=?` and `-mtune=?` make the feature more discoverable?
That's a good idea. Currently, my change has nothing to do with `-march` or `-mtune`. I might work on that later.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63105/new/
https://reviews.llvm.org/D63105
More information about the llvm-commits
mailing list