-fexceptions does not, in fact, enable C++ exceptions

llvm-svn: 133666
This commit is contained in:
Alexis Hunt 2011-06-22 23:49:12 +00:00
parent 1d4b176cd5
commit 6d756895a9
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> enables C++ exceptions.</p>
example, compiling code with <tt>-fexceptions</tt> and <tt>-fc++-exceptions</tt> enables C++ exceptions.</p>
<h3 id="cxx_rtti">C++ RTTI</h3>