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
This commit is contained in:
Jeffrey Yasskin 2010-02-26 20:43:33 +00:00
parent aabc26c4d5
commit 3ca304a5df

View 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>