Remove REQUIRES_EH from the suggested set of make variables, since users can
authorJeffrey Yasskin <jyasskin@google.com>
Fri, 26 Feb 2010 20:43:33 +0000 (20:43 +0000)
committerJeffrey Yasskin <jyasskin@google.com>
Fri, 26 Feb 2010 20:43:33 +0000 (20:43 +0000)
build with exceptions even if LLVM is built without.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97260 91177308-0d34-0410-b5e6-96231b3b80d8

docs/Packaging.html

index 188febf36db3c9ad6c65eeaa1c5906c98120203b..d964e27d6cbd2025d4b565c4001345c23e1b8eee 100644 (file)
@@ -72,11 +72,8 @@ versions of LLVM in parallel.  The following configure flags are relevant:
 <dl>
   <dt>RTTI</dt><dd>LLVM disables RTTI by default.  Add <tt>REQUIRES_RTTI=1</tt>
   to your environment while running <tt>make</tt> to re-enable it.  This will
-  allow users to build with RTTI enabled and inherit from LLVM classes.</dd>
-  <dt>Exceptions</dt><dd>LLVM disables exceptions by default.  Add
-  <tt>REQUIRES_EH=1</tt> to your environment while running <tt>make</tt> to
-  re-enable them.  This will allow users to link LLVM and exception-using code.
-  It also re-enables RTTI.</dd>
+  allow users to build with RTTI enabled and still inherit from LLVM
+  classes.</dd>
 </dl>
 </div>