Postpone the deletion of the old name in StructType::setName to allow using a slice...
[oota-llvm.git] / Makefile.config.in
index e644c03a78248ffdf85c82ca4f162f3dd9cb5ddf..6d06f16b357591f2e84fc05f81592b9f46884148 100644 (file)
@@ -221,6 +221,9 @@ ENABLE_LIBCPP = @ENABLE_LIBCPP@
 # When ENABLE_CXX11 is enabled, LLVM uses c++11 mode by default to build.
 ENABLE_CXX11 = @ENABLE_CXX11@
 
+# When ENABLE_WERROR is enabled, we'll pass -Werror on the command line
+ENABLE_WERROR = @ENABLE_WERROR@
+
 # When ENABLE_OPTIMIZED is enabled, LLVM code is optimized and output is put
 # into the "Release" directories. Otherwise, LLVM code is not optimized and
 # output is put in the "Debug" directories.