[PATCH] D63105: Add --print-supported-cpus flag for clang.
Douglas Yung via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 14 16:02:43 PDT 2019
dyung added a comment.
In D63105#1544519 <https://reviews.llvm.org/D63105#1544519>, @nickdesaulniers wrote:
> There are lots of tests under `clang/test/` that target arm-- as a `-triple`. How is it that they don't fail in the same way? `%clang_cc1 -triple arm--` is somehow different?
I can't answer in general, but a quick scan of the test/Driver directory shows most tests use "-###", so it doesn't matter if a particular target is present or not in the backend.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63105/new/
https://reviews.llvm.org/D63105
More information about the llvm-commits
mailing list