diff options
| author | Duncan Sands <baldrick@free.fr> | 2009-10-15 08:17:44 +0000 | 
|---|---|---|
| committer | Duncan Sands <baldrick@free.fr> | 2009-10-15 08:17:44 +0000 | 
| commit | 100d0e3cc16235f5c0584fb24c78362951d15e59 (patch) | |
| tree | 7ba00d2777bf1d6fcfc2e3313b275db4ae81735c /llvm/docs | |
| parent | d8712d9143c88d62e9e3eb97d34b9166bf6fe047 (diff) | |
| download | bcm5719-llvm-100d0e3cc16235f5c0584fb24c78362951d15e59.tar.gz bcm5719-llvm-100d0e3cc16235f5c0584fb24c78362951d15e59.zip | |
The gcc plugin is now called dragonegg.so and no longer llvm.so.
Pointed out by Gabor.
llvm-svn: 84177
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/ReleaseNotes.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 4a1a5f027a1..a0b22248d44 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -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 | 

