TuononenP / llvm4eclipsecdt

LLVM toolchain support for Eclipse CDT. Now deprecated since it is build-in to Eclipse CDT via installation option. LLVM is a modular toolchain architecture that is used more and more in all kinds of computing platforms for it's certain benefits.
8 stars 0 forks source link

Toolchains with static linker and JIT doesn't show up in project wizard #17

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Static linker (llc) and JIT (lli) are configured in plugin.xml file as 
alternatives to Clang and LLVM-GCC compilers, but for some reason they are not 
selectable/visible in Eclipse's project wizard.

Original issue reported on code.google.com by petri.tuononen@gmail.com on 29 Jan 2011 at 1:50

GoogleCodeExporter commented 9 years ago

Original comment by petri.tuononen@gmail.com on 21 Feb 2011 at 4:17