[LLVMdev] LLVM IDE

Renato Golin renato.golin at arm.com
Fri Jul 22 03:27:11 PDT 2011


On 22 July 2011 07:03, Adarsh Konchady <akonchady at gmail.com> wrote:
> Sir,
> I am new to LLVM. Please suggest a good IDE for debugging LLVM.

Hi Adarsh,

Depends which OS you have.

On Linux you can use Eclipse, CodeBlocks, KDevelop and generate your
CMake files for it, or Emacs/Vim + GDB. I've used Eclipse, Vim and
Emacs and all work just fine.

On Windows we've used VisualStudio and we had to do some fiddling I
can't remember, but it works fine.

I think OSX people use XCode.

This might help you: http://llvm.org/docs/CMake.html

cheers,
--renato



More information about the llvm-dev mailing list