diff options
author | Chris Lattner <sabre@nondot.org> | 2004-02-03 22:59:56 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-02-03 22:59:56 +0000 |
commit | 3e0bd31742510ec16593ad098e6fc0bba012a719 (patch) | |
tree | 3d22997084a8f6599e65408dd474dfe0ef42e025 /docs | |
parent | 9cf662b367795f07ddf2c6deca33839b6581548b (diff) | |
download | external_llvm-3e0bd31742510ec16593ad098e6fc0bba012a719.zip external_llvm-3e0bd31742510ec16593ad098e6fc0bba012a719.tar.gz external_llvm-3e0bd31742510ec16593ad098e6fc0bba012a719.tar.bz2 |
Bug fixed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11103 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ReleaseNotes.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 21b5cb5..cc2d4e7 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -133,6 +133,7 @@ In this release, the following build problems were fixed: <ol> <li><a href="http://llvm.cs.uiuc.edu/PR210">[build] Makefiles break if C frontend target string has unexpected value</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR214">[build] hard-wired assumption that shared-library extension is ".so"</a></li> +<li><A href="http://llvm.cs.uiuc.edu/PR222">make tools-only doesn't make lib/Support</a></li> </ol> <!--=========================================================================--> |