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 | fa5d2415b64cd5f6ef942ec6d06dea2a67185c73 (patch) | |
tree | 7ddfa28153641cf41adc7f7924496cffa49c6210 | |
parent | cc3f3b341da86453a0f96875df4dd9f7a2ea5038 (diff) | |
download | bcm5719-llvm-fa5d2415b64cd5f6ef942ec6d06dea2a67185c73.tar.gz bcm5719-llvm-fa5d2415b64cd5f6ef942ec6d06dea2a67185c73.zip |
Document results of PR7762.
llvm-svn: 110373
-rw-r--r-- | llvm/docs/ReleaseNotes.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 1692003a4c3..ebf68f840f1 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/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> |