mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-25 21:00:00 +00:00
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:
parent
aabc26c4d5
commit
3ca304a5df
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user