[PATCH] D34910: Make LLVM_TARGETS_TO_BUILD=all build all targets
Matthias Braun via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 30 17:37:43 PDT 2017
MatzeB added a comment.
In https://reviews.llvm.org/D34910#797530, @silvas wrote:
> Another possible naming convention that might avoid the scenario Matthias is worried about is `all`/`everything` like clang's -W options.
I actually find `-Weverything` vs. `-Wall` rather silly (but understandable from history). For `LLVM_TARGETS_TO_BUILD` I'd rather just have `all`.
Repository:
rL LLVM
https://reviews.llvm.org/D34910
More information about the llvm-commits
mailing list