[llvm-dev] Run llc with -debug flag

Meet Udeshi via llvm-dev llvm-dev at lists.llvm.org
Wed Mar 21 04:27:33 PDT 2018


I want to check debug output of "PrologEpilogInserter" machine pass, and I
have seen in the code that there are various `DEBUG` macros added.

However, there is no `-debug` option present for `llc` like it is for
`opt`. Closest option I saw after seeing output of `llc --help-list` is
`-verify-debug-info` but that does not give any output.

Regards,
Meet.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180321/a470d8f4/attachment.html>


More information about the llvm-dev mailing list