[llvm-commits] CVS: llvm-www/releases/2.6/docs/ReleaseNotes.html
Tanya Lattner
tonic at nondot.org
Thu Feb 11 14:57:27 PST 2010
Changes in directory llvm-www/releases/2.6/docs:
ReleaseNotes.html updated: 1.2 -> 1.3
---
Log message:
Correcting the tutorial. Patch by Jeffrey Yasskin.
---
Diffs of the changes: (+8 -4)
ReleaseNotes.html | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
Index: llvm-www/releases/2.6/docs/ReleaseNotes.html
diff -u llvm-www/releases/2.6/docs/ReleaseNotes.html:1.2 llvm-www/releases/2.6/docs/ReleaseNotes.html:1.3
--- llvm-www/releases/2.6/docs/ReleaseNotes.html:1.2 Fri Oct 23 23:13:14 2009
+++ llvm-www/releases/2.6/docs/ReleaseNotes.html Thu Feb 11 16:54:53 2010
@@ -913,9 +913,13 @@
<li>All LLVM tools now default to overwriting their output file, behaving more
like standard unix tools. Previously, this only happened with the '<tt>-f</tt>'
option.</li>
-<li>LLVM build now builds all libraries as .a files instead of some
- libraries as relinked .o files. This requires some APIs like
- InitializeAllTargets.h.
+<li>LLVM build now builds all libraries as .a files instead of some libraries as
+ relinked .o files. This requires users to explicitly call functions like
+ those in
+ <a href="http://llvm.org/doxygen/TargetSelect_8h.html">Target/TargetSelect.h</a>
+ and to include files
+ like <a href="http://llvm.org/doxygen/include_2llvm_2ExecutionEngine_2JIT_8h.html">ExecutionEngine/JIT.h</a>
+ to tell the linker to run the static initializers they need.
</li>
</ul>
@@ -1348,7 +1352,7 @@
src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01"></a>
<a href="http://llvm.org/">LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2009/10/24 04:13:14 $
+ Last modified: $Date: 2010/02/11 22:54:53 $
</address>
</body>
More information about the llvm-commits
mailing list