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

Newest revision doesn't build correctly C/C++ project with Clang on Windows #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Exe file is not generated. Instead assembly text file is.

Original issue reported on code.google.com by petri.tuononen@gmail.com on 23 Feb 2011 at 9:05

GoogleCodeExporter commented 9 years ago
After adding Mac OS X support in revision 97 this error happens. Works with 
revision 96.

Original comment by petri.tuononen@gmail.com on 23 Feb 2011 at 9:23

GoogleCodeExporter commented 9 years ago
targetTool should not have been defined for LLVM with Clang (toolChain) 
extension. Fixed from revision 108.

Original comment by petri.tuononen@gmail.com on 23 Feb 2011 at 1:21