[LLVMdev] llc debug info

徐偉哲 daniel60602 at gmail.com
Wed Mar 12 03:57:21 PDT 2014


I can generate debug info using opt like this:
opt < a.bc > /dev/null -mypass -debug

But I don't know how to do it using llc.
I check http://llvm.org/docs/CommandGuide/llc.html
there are not any information about debug flags.

Purpose
EX:
I want to print all the DEBUG(dbgs()......) in
llvm/lib/CodeGen/RegAllocGreedy.cpp .
What should I do?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140312/51de0de7/attachment.html>


More information about the llvm-dev mailing list