diff options
author | Eric Christopher <echristo@apple.com> | 2010-08-05 20:38:39 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2010-08-05 20:38:39 +0000 |
commit | 3aff66905f0ce6da0d55d95a5d414604da4f7d30 (patch) | |
tree | 377c048860716d9fdc3fde186fec639a346ca1ea /docs | |
parent | baefea4498db51683941fd4b5e137b0d461b2803 (diff) | |
download | external_llvm-3aff66905f0ce6da0d55d95a5d414604da4f7d30.zip external_llvm-3aff66905f0ce6da0d55d95a5d414604da4f7d30.tar.gz external_llvm-3aff66905f0ce6da0d55d95a5d414604da4f7d30.tar.bz2 |
Document results of PR7762.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110373 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ReleaseNotes.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 1692003..ebf68f8 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -554,6 +554,9 @@ See: <a href="GettingStarted.html#brokengcc">Broken versions of GCC and other to However, A <a href="http://pkg.auroraux.org/GCC">Modern GCC Build</a> for x86/x86-64 has been made available from the third party AuroraUX Project that has been meticulously tested for bootstrapping LLVM & Clang.</li> +<li>There have been reports of Solaris and/or OpenSolaris build failures due +to an incompatibility in the nm program as well. The nm from binutils does seem +to work.</li> </ul> </div> |