]> granicus.if.org Git - clang/commit
We shouldn't need to pass -fno-strict-aliasing when building clang with clang.
authorChris Bieneman <beanz@apple.com>
Tue, 18 Aug 2015 16:15:44 +0000 (16:15 +0000)
committerChris Bieneman <beanz@apple.com>
Tue, 18 Aug 2015 16:15:44 +0000 (16:15 +0000)
commit6f5457d33b8e74f1848e57b10fb8370a3cc99a28
treec54024f307eee49d1c61cd468f76ff14f527567a
parentf27472a5facd07e48e9cd6d1f8d1d793f866b05f
We shouldn't need to pass -fno-strict-aliasing when building clang with clang.

Summary: The code comments in the Makefile indicate this was put in place to support issues when building clang with GCC. Today clang's strict aliasing works, so we shouldn't pass -fno-strict-aliasing when building with clang.

Reviewers: bogner, echristo

Subscribers: cfe-commits

Differential Revision: http://reviews.llvm.org/D12036

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@245304 91177308-0d34-0410-b5e6-96231b3b80d8
CMakeLists.txt
Makefile