How to use clang/llvm with Eclipse CDT

后端 未结 2 1422
悲哀的现实
悲哀的现实 2020-12-09 01:00

Is it possible to use Clang/LLVM with Eclipse CDT and if so, how is it configured to actually make it work?

2条回答
  •  遥遥无期
    2020-12-09 01:34

    I am the main author of the (only) LLVM plug-in for Eclipse CDT. It is still in development so might not be suitable for production environment yet. However feel free to test it to find out if it is suitable for your needs.

    https://github.com/TuononenP/llvm4eclipsecdt

    UPDATE The latest version is available via official Eclipse update site: http://download.eclipse.org/releases/mars

    It is under Programming Languages and is named "C/C++ LLVM-Family Compiler Build Support".

提交回复
热议问题