Many places in the documentation says the -debug and the -debug-only=... can be used to debug modules. However, I cannot find this option in llc (llvm version 2.8rc, DEBUG build). This doc explicitly uses -debug/-debug-only: http://llvm.org/docs/ProgrammersManual.html#DEBUG_TYPE Thanks, Jeff Kunkel
Hi Jeff,> Many places in the documentation says the -debug and the > -debug-only=... can be used to debug modules. However, I cannot find > this option in llc (llvm version 2.8rc, DEBUG build).llc -help-hidden Ciao, Duncan.
Thanks Duncan, I assume the debug-pass option (the only option with "debug" prepending it) is the correct option. Thanks, Jeff Kunkel On Mon, Sep 20, 2010 at 10:59 AM, Duncan Sands <baldrick at free.fr> wrote:> Hi Jeff, > >> Many places in the documentation says the -debug and the >> -debug-only=... can be used to debug modules. However, I cannot find >> this option in llc (llvm version 2.8rc, DEBUG build). > > llc -help-hidden > > Ciao, > > Duncan. > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >
Seemingly Similar Threads
- [LLVMdev] [LLVMDev] llc and -debug-only?
- [LLVMdev] [LLVMDev] llc and -debug-only?
- [LLVMdev] A small pass to constant fold branch conditions in destination blocks
- [LLVMdev] A small pass to constant fold branch conditions in destination blocks
- [LLVMdev] Identify recursion in a call graph