[PATCH] D57191: gn build: Build clang with -fno-strict-aliasing, make building with gcc much quieter
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 24 14:03:10 PST 2019
thakis added a comment.
I'm getting a bunch of
[1593/1698] CXX stage2_unix/obj/compiler-rt/lib/sanitizer_common/sources.sanitizer_platform_limits_solaris.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
1 warning generated.
in my local build with this patch applied. Does the stage2_unix toolchain set is_clang to true? If not, it probably should?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57191/new/
https://reviews.llvm.org/D57191
More information about the llvm-commits
mailing list