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:
Alexis Hunt 2011-06-23 00:42:53 +00:00
parent ab72b6792b
commit c0a2ab6421
1 changed files with 1 additions and 1 deletions

View File

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