aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Packaging.html
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
commit3ca304a5df71680acea77edaf2f3eecc46a4b5c5 (patch)
treed0172dbd1142a12698eb4306453b06645622b3d4 /docs/Packaging.html
parentaabc26c4d579995ec441bb2e632290ec241f6383 (diff)
downloadexternal_llvm-3ca304a5df71680acea77edaf2f3eecc46a4b5c5.zip
external_llvm-3ca304a5df71680acea77edaf2f3eecc46a4b5c5.tar.gz
external_llvm-3ca304a5df71680acea77edaf2f3eecc46a4b5c5.tar.bz2
Remove REQUIRES_EH from the suggested set of make variables, since users can
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
Diffstat (limited to 'docs/Packaging.html')
-rw-r--r--docs/Packaging.html7
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/Packaging.html b/docs/Packaging.html
index 188febf..d964e27 100644
--- a/docs/Packaging.html
+++ b/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>