[PATCH] D12036: We shouldn't need to pass -fno-strict-aliasing when building clang with clang.
Chris Bieneman via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 14 11:11:18 PDT 2015
beanz added a comment.
echristo,
I can move the makefile check to the autoconf check, but I think setting the flags should stay in the clang CMakeLists/Makefile otherwise it will change behavior. Today we only enable this flag for the clang subdirectory, not all of LLVM.
Thoughts?
http://reviews.llvm.org/D12036
More information about the cfe-commits
mailing list