forked from OSchip/llvm-project
[autoconf] Fixing reversed logic introduced r245304.
Thanks for the catch Hal! llvm-svn: 245359
This commit is contained in:
parent
4bce6d6b73
commit
1e7ac1b99a
|
@ -68,7 +68,7 @@ endif
|
|||
# http://gcc.gnu.org/PR41838
|
||||
#
|
||||
# We don't need to do this if the host compiler is clang.
|
||||
ifeq ($(CXX_COMPILER), "clang")
|
||||
ifneq ($(CXX_COMPILER), "clang")
|
||||
CXX.Flags += -fno-strict-aliasing
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue