Skip to content

Commit 8f7bf89

Browse files
committed
* Unbroke our HTML-4.01 compliance!
* Added note about PR186: present in 1.1, fixed in 1.2 llvm-svn: 10480
1 parent b549680 commit 8f7bf89

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

llvm/docs/ReleaseNotes.html

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187

188188
<li>The C++ front-end now compiles functions to
189189
<a href="http://llvm.cs.uiuc.edu/PR29">use the linkonce linkage type</a>
190-
more, giving the optimizer more freedom.</a></li>
190+
more, giving the optimizer more freedom.</li>
191191

192192
<li>The C front-end now <a href="http://llvm.cs.uiuc.edu/PR84">generates
193193
type-safe code</a> in several cases that it did not before, allowing
@@ -377,9 +377,7 @@
377377
</div>
378378

379379
<div class="doc_text">
380-
381380
<ul>
382-
383381
<li>C99 Variable sized arrays do not release stack memory when they go out of
384382
scope. Thus, the following program may run out of stack space:
385383
<pre>
@@ -388,9 +386,19 @@
388386
foo(X);
389387
}
390388
</pre></li>
391-
392389
</ul>
390+
</div>
391+
392+
<div class="doc_subsubsection">
393+
Bugs in 1.1 fixed in 1.2
394+
</div>
393395

396+
<div class="doc_text">
397+
<ul>
398+
<li><a href="http://llvm.cs.uiuc.edu/PR186">Need weak linkage on
399+
memory-management functions in libc runtime to allow them to be
400+
overridden</a></li>
401+
</ul>
394402
</div>
395403

396404
<!-- _______________________________________________________________________ -->

0 commit comments

Comments
 (0)