1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

Bug fixed

llvm-svn: 11103
This commit is contained in:
Chris Lattner 2004-02-03 22:59:56 +00:00
parent f22133bba2
commit 5aec717bde

View File

@ -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>
<!--=========================================================================-->