forked from OSchip/llvm-project
Revert "-fexceptions does not, in fact, enable C++ exceptions"
In fact it does. For the driver anyway, and not cc1 which I'm supposed to pretend doesn't exist. llvm-svn: 133673
This commit is contained in:
parent
ab72b6792b
commit
c0a2ab6421
|
@ -389,7 +389,7 @@ enabled. Those features are listed here.</p>
|
|||
<h3 id="cxx_exceptions">C++ exceptions</h3>
|
||||
|
||||
<p>Use <tt>__has_feature(cxx_exceptions)</tt> to determine if C++ exceptions have been enabled. For
|
||||
example, compiling code with <tt>-fexceptions</tt> and <tt>-fc++-exceptions</tt> enables C++ exceptions.</p>
|
||||
example, compiling code with <tt>-fexceptions</tt> enables C++ exceptions.</p>
|
||||
|
||||
<h3 id="cxx_rtti">C++ RTTI</h3>
|
||||
|
||||
|
|
Loading…
Reference in New Issue