|
73 | 73 | <p>This is the second public release of the LLVM compiler infrastructure. This
|
74 | 74 | release is primarily a bugfix release, dramatically improving the C/C++
|
75 | 75 | front-end, and improving support for C++ in the LLVM core. This release also
|
76 |
| -includes a few new features, such as a simple profiler, support for Mac OS/X, |
| 76 | +includes a few new features, such as a simple profiler, support for Mac OS X, |
77 | 77 | better interoperability with external source bases, a new example language
|
78 | 78 | front-end, and improvements in a few optimizations.</p>
|
79 | 79 |
|
|
104 | 104 | href="http://mail.cs.uiuc.edu/pipermail/llvmdev/2003-November/000528.html">A new
|
105 | 105 | LLVM profiler, similar to gprof</a> is available</li>
|
106 | 106 |
|
107 |
| -<li>LLVM and the C/C++ front-end now compile on Mac OS/X! Mac OS/X users can |
| 107 | +<li>LLVM and the C/C++ front-end now compile on Mac OS X! Mac OS X users can |
108 | 108 | now explore the LLVM optimizer with the C backend and interpreter. Note that
|
109 |
| -LLVM requires GCC 3.3 on Mac OS/X.</li> |
| 109 | +LLVM requires GCC 3.3 on Mac OS X.</li> |
110 | 110 |
|
111 | 111 | <li>LLVM has been <a
|
112 | 112 | href="http://mail.cs.uiuc.edu/pipermail/llvmdev/2003-November/000554.html">moved
|
|
304 | 304 | <p>LLVM has been extensively tested on Intel and AMD machines running Red
|
305 | 305 | Hat Linux and has been tested on Sun UltraSPARC workstations running Solaris 8.
|
306 | 306 | Additionally,
|
307 |
| -LLVM works on Mac OS/X 10.3 and above, but only with the C backend or |
| 307 | +LLVM works on Mac OS X 10.3 and above, but only with the C backend or |
308 | 308 | interpreter (no native backend for the PowerPC is available yet).
|
309 | 309 | The core LLVM infrastructure uses "autoconf" for portability, so hopefully we
|
310 | 310 | work on more platforms than that. However, it is likely that we
|
|
0 commit comments