[llvm-commits] [llvm] r84177 - /llvm/trunk/docs/ReleaseNotes.html
Duncan Sands
baldrick at free.fr
Thu Oct 15 01:17:58 PDT 2009
Author: baldrick
Date: Thu Oct 15 03:17:44 2009
New Revision: 84177
URL: http://llvm.org/viewvc/llvm-project?rev=84177&view=rev
Log:
The gcc plugin is now called dragonegg.so and no longer llvm.so.
Pointed out by Gabor.
Modified:
llvm/trunk/docs/ReleaseNotes.html
Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=84177&r1=84176&r2=84177&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Thu Oct 15 03:17:44 2009
@@ -246,7 +246,7 @@
<p>
The goal of <a href="http://dragonegg.llvm.org/">DragonEgg</a> is to make
gcc-4.5 act like llvm-gcc without requiring any gcc modifications whatsoever.
-<a href="http://dragonegg.llvm.org/">DragonEgg</a> is a shared library (llvm.so)
+<a href="http://dragonegg.llvm.org/">DragonEgg</a> is a shared library (dragonegg.so)
that is loaded by gcc at runtime. It uses the new gcc plugin architecture to
disable the GCC optimizers and code generators, and schedule the LLVM optimizers
and code generators (or direct output of LLVM IR) instead. Currently only Linux
More information about the llvm-commits
mailing list