Sir, I am new to LLVM. Please suggest a good IDE for debugging LLVM. Yours faithfully, Adarsh Konchady -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110722/d954d107/attachment.html>
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
Reasonably Related Threads
- [LLVMdev] Array Dependence Analysis
- [LLVMdev] Remove an instruction through Dead Code Elimination pass of llvm
- [LLVMdev] Remove an instruction through Dead Code Elimination pass of llvm
- [LLVMdev] link missing for type based alias analysis
- [LLVMdev] Unreachable code executed crash