The gcc plugin is now called dragonegg.so and no longer llvm.so.
authorDuncan Sands <baldrick@free.fr>
Thu, 15 Oct 2009 08:17:44 +0000 (08:17 +0000)
committerDuncan Sands <baldrick@free.fr>
Thu, 15 Oct 2009 08:17:44 +0000 (08:17 +0000)
Pointed out by Gabor.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84177 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 4a1a5f027a13a5911d2b2ac21878f5dcef5e18d9..a0b22248d44ab389ed6fa7e14aef34b78c371d70 100644 (file)
@@ -246,7 +246,7 @@ KLEE.</p>
 <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