1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

The gcc plugin is now called dragonegg.so and no longer llvm.so.

Pointed out by Gabor.

llvm-svn: 84177
This commit is contained in:
Duncan Sands 2009-10-15 08:17:44 +00:00
parent 4ba7b77812
commit 4fbe68e7bd

View 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