[llvm-commits] [llvm] r76668 - in /llvm/trunk/docs: GettingStarted.html ReleaseNotes-2.6.html tutorial/JITTutorial1.html tutorial/LangImpl3.html
Benjamin Kramer
benny.kra at googlemail.com
Tue Jul 21 15:55:51 PDT 2009
Chris Lattner writes:
> ==============================================================================
> --- llvm/trunk/docs/ReleaseNotes-2.6.html (original)
> +++ llvm/trunk/docs/ReleaseNotes-2.6.html Tue Jul 21 17:47:03 2009
> @@ -483,7 +483,7 @@
>
> <ul>
> <li>Intel and AMD machines (IA32, X86-64, AMD64, EMT-64) running Red Hat
> -Linux, Fedora Core and FreeBSD (and probably other unix-like systems).</li>
> +Linux, Fedora Core, FreeBSD and AuroraUX (and probably other unix-like systems).</li>
> <li>PowerPC and X86-based Mac OS X systems, running 10.3 and above in 32-bit
> and 64-bit modes.</li>
> <li>Intel and AMD machines running on Win32 using MinGW libraries (native).</li>
> @@ -514,6 +514,15 @@
> href="http://llvm.org/bugs/">LLVM bug database</a> and submit a bug if
> there isn't already one.</p>
>
> +<ul>
> +<li>LLVM will not correctly complie on Solaris and/or OpenSolaris
^^
s/complie/compile/
More information about the llvm-commits
mailing list