[compiler-rt] r182580 - [tsan] Remove -Wgnu from Makefile.old.
Evgeniy Stepanov
eugeni.stepanov at gmail.com
Thu May 23 04:57:47 PDT 2013
Author: eugenis
Date: Thu May 23 06:57:47 2013
New Revision: 182580
URL: http://llvm.org/viewvc/llvm-project?rev=182580&view=rev
Log:
[tsan] Remove -Wgnu from Makefile.old.
Modified:
compiler-rt/trunk/lib/tsan/rtl/Makefile.old
Modified: compiler-rt/trunk/lib/tsan/rtl/Makefile.old
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/tsan/rtl/Makefile.old?rev=182580&r1=182579&r2=182580&view=diff
==============================================================================
--- compiler-rt/trunk/lib/tsan/rtl/Makefile.old (original)
+++ compiler-rt/trunk/lib/tsan/rtl/Makefile.old Thu May 23 06:57:47 2013
@@ -3,9 +3,6 @@ CLANG=clang
ifeq ($(DEBUG), 0)
CXXFLAGS += -O3
endif
-ifeq ($(CXX), $(CLANG)++)
- CXXFLAGS+= -Wgnu
-endif
# For interception. FIXME: move interception one level higher.
INTERCEPTION=../../interception
More information about the llvm-commits
mailing list