we now support __label__

llvm-svn: 125826
This commit is contained in:
Chris Lattner 2011-02-18 04:12:08 +00:00
parent b327eac117
commit c4ef61af9a
1 changed files with 0 additions and 4 deletions

View File

@ -825,10 +825,6 @@ c94 mode (FIXME: And __STDC_VERSION__ should be defined!).</p>
extensions are not implemented yet:</p>
<ul>
<li>clang does not support __label__
(<a href="http://llvm.org/bugs/show_bug.cgi?id=3429">bug 3429</a>). This is
a relatively small feature, so it is likely to be implemented relatively
soon.</li>
<li>clang does not support #pragma weak
(<a href="http://llvm.org/bugs/show_bug.cgi?id=3679">bug 3679</a>). Due to