LLVM plugin for Eclipse CDT
llvm4eclipsecdt provides LLVM toolchain support for Eclipse CDT. It can compile C and C++ program code with Clang or llvm-gcc front-ends using LLVM as a back-end.
LLVM tools such as assembler, archiver, linker, static compiler (llc), JIT/Interpreter (lli) are featured and can be configured via graphical user interface (Project->Properties->C/C++ Build->Settings).
Header paths, library search paths and library files can be added via LLVM preference page (Window -> Preferences -> LLVM).
Plugin supports Linux, MacOSX and Windows with MinGW and Cygwin.
Eclipse 3.7 and CDT 8.0 or later.
Note:
Currently builds C and C++ projects on Linux and C projects on Windows. Building C++ projects on Windows is on the way. Support for Mac OS X is included but no testing has been done. LLVM static linker and JIT doesn't show up on new project wizard yet.
Does not yet work with LLVM 3.2. Works with older versions. This is, because llvm-ld (linker) tool was removed from 3.2.
Short presentation
Why LLVM? - The benefits of LLVM
Important:
Plugin needs CDT 8.x (won't work with CDT 7.x).
Reviews
Looks fine for me.
hope it's will be true:)