[llvm-commits] [llvm] r97260 - /llvm/trunk/docs/Packaging.html

Jeffrey Yasskin jyasskin at google.com
Fri Feb 26 12:43:33 PST 2010


Author: jyasskin
Date: Fri Feb 26 14:43:33 2010
New Revision: 97260

URL: http://llvm.org/viewvc/llvm-project?rev=97260&view=rev
Log:
Remove REQUIRES_EH from the suggested set of make variables, since users can
build with exceptions even if LLVM is built without.

Modified:
    llvm/trunk/docs/Packaging.html

Modified: llvm/trunk/docs/Packaging.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/Packaging.html?rev=97260&r1=97259&r2=97260&view=diff
==============================================================================
--- llvm/trunk/docs/Packaging.html (original)
+++ llvm/trunk/docs/Packaging.html Fri Feb 26 14:43:33 2010
@@ -72,11 +72,8 @@
 <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>
 





More information about the llvm-commits mailing list