diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2004-03-09 05:43:59 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2004-03-09 05:43:59 +0000 |
commit | bd1c2853e81369d175dcfa0260e479dad8ae15bc (patch) | |
tree | 13fe45034b21064f0dec85de12898e73e4d75e48 /docs | |
parent | 00f0a29e1c57d56e82b585007d1e518c35e25fc4 (diff) | |
download | external_llvm-bd1c2853e81369d175dcfa0260e479dad8ae15bc.zip external_llvm-bd1c2853e81369d175dcfa0260e479dad8ae15bc.tar.gz external_llvm-bd1c2853e81369d175dcfa0260e479dad8ae15bc.tar.bz2 |
b00g fixed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12257 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 4f387af..96401c2 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -215,6 +215,7 @@ cause use of invalid pointers!</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR245">Linking weak and strong global variables is dependent on link order</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR258">Variables used to define non-printable FP constants are externally visible</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR259">CBE gives linkonce functions wrong linkage semantics</a></li> +<li><a href="http://llvm.cs.uiuc.edu/PR274">[JIT] Programs cannot resolve the fstat function</a></li> </ol> |