diff --git a/docs/Packaging.html b/docs/Packaging.html index 188febf36db..d964e27d6cb 100644 --- a/docs/Packaging.html +++ b/docs/Packaging.html @@ -72,11 +72,8 @@ versions of LLVM in parallel. The following configure flags are relevant:
RTTI
LLVM disables RTTI by default. Add REQUIRES_RTTI=1 to your environment while running make to re-enable it. This will - allow users to build with RTTI enabled and inherit from LLVM classes.
-
Exceptions
LLVM disables exceptions by default. Add - REQUIRES_EH=1 to your environment while running make to - re-enable them. This will allow users to link LLVM and exception-using code. - It also re-enables RTTI.
+ allow users to build with RTTI enabled and still inherit from LLVM + classes.