Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] LLVM plugin for Eclipse CDT

It does run LLVM executables externally thus they need to be built on host machine separately. On other words there is no need to ship external libraries e.g. LLVM. LLVM toolchain(s) shows only as a toolchain option(s) in project wizard if the initializer can detect LLVM's presence. The user-friendly things of the plug-in compared to running it from command line is that the options (flags) can be set from the graphical user interface menu, which also explains their functions. There's no need to check LLVM manual pages.

Petri


Back to the top