mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 21:32:39 +00:00
The gcc plugin is now called dragonegg.so and no longer llvm.so.
Pointed out by Gabor. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84177 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6e9e010752
commit
78a1dcc6c2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user