forked from OSchip/llvm-project
Mention that all LLVM C++ code has been moved into the 'llvm' C++ namespace.
llvm-svn: 9904
This commit is contained in:
parent
960707c335
commit
10ea82301f
|
@ -71,6 +71,9 @@ release implements the following new features:<p>
|
||||||
explore the LLVM optimizer with the C backend (note that LLVM requires GCC 3.3
|
explore the LLVM optimizer with the C backend (note that LLVM requires GCC 3.3
|
||||||
on Mac OSX).</li><p>
|
on Mac OSX).</li><p>
|
||||||
|
|
||||||
|
<li>The LLVM C++ code has been completely moved into the 'llvm' C++
|
||||||
|
namespace, for easier integration with other code.</li>
|
||||||
|
|
||||||
</ol><p>
|
</ol><p>
|
||||||
|
|
||||||
In this release, the following missing features were implemented:<p>
|
In this release, the following missing features were implemented:<p>
|
||||||
|
@ -432,6 +435,6 @@ via the mailing lists.<p>
|
||||||
Maintained By: <a href="http://llvm.cs.uiuc.edu/">The LLVM Team</a><br>
|
Maintained By: <a href="http://llvm.cs.uiuc.edu/">The LLVM Team</a><br>
|
||||||
<!-- Created: Wed Oct 1 17:38:54 CDT 2003 -->
|
<!-- Created: Wed Oct 1 17:38:54 CDT 2003 -->
|
||||||
<!-- hhmts start -->
|
<!-- hhmts start -->
|
||||||
Last modified: Tue Nov 11 15:48:35 CST 2003
|
Last modified: Tue Nov 11 16:45:07 CST 2003
|
||||||
<!-- hhmts end -->
|
<!-- hhmts end -->
|
||||||
</body></html>
|
</body></html>
|
||||||
|
|
Loading…
Reference in New Issue