summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Yasskin <jyasskin@google.com>2010-02-26 20:43:33 +0000
committerJeffrey Yasskin <jyasskin@google.com>2010-02-26 20:43:33 +0000
commitdb341a5282877590eddb09b7042c065abfa3f833 (patch)
treed58432bd4d87d86e3515f450711e3d317c5caf45
parent7f98b46dc10d9f5a3e2db146ad3f0df7a96f0c53 (diff)
downloadbcm5719-llvm-db341a5282877590eddb09b7042c065abfa3f833.tar.gz
bcm5719-llvm-db341a5282877590eddb09b7042c065abfa3f833.zip
Remove REQUIRES_EH from the suggested set of make variables, since users can
build with exceptions even if LLVM is built without. llvm-svn: 97260
-rw-r--r--llvm/docs/Packaging.html7
1 files changed, 2 insertions, 5 deletions
diff --git a/llvm/docs/Packaging.html b/llvm/docs/Packaging.html
index 188febf36db..d964e27d6cb 100644
--- a/llvm/docs/Packaging.html
+++ b/llvm/docs/Packaging.html
@@ -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>
OpenPOWER on IntegriCloud