summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/Makefile.rules6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/Makefile.rules b/llvm/Makefile.rules
index 88fa992c511..8c595c289f7 100644
--- a/llvm/Makefile.rules
+++ b/llvm/Makefile.rules
@@ -239,9 +239,9 @@ else
endif
# IF REQUIRES_EH=1 is specified then don't disable exceptions
-#ifndef REQUIRES_EH
-# CXX.Flags += -fno-exceptions
-#endif
+ifndef REQUIRES_EH
+ CXX.Flags += -fno-exceptions
+endif
# If DISABLE_ASSERTIONS=1 is specified (make command line or configured),
# then disable assertions by defining the appropriate preprocessor symbols.
OpenPOWER on IntegriCloud