From 3ca304a5df71680acea77edaf2f3eecc46a4b5c5 Mon Sep 17 00:00:00 2001 From: Jeffrey Yasskin Date: Fri, 26 Feb 2010 20:43:33 +0000 Subject: [PATCH] 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 --- docs/Packaging.html | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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.
-- 2.34.1