Displaying 2 results from an estimated 2 matches for "udeshi".
Did you mean:
deschi
2018 Mar 21
0
Run llc with -debug flag
llc accepts all the -debug variants when built with asserts (or debug
build). It will accept -debug as well as -debug=prologepilog for your case.
On Wed, Mar 21, 2018 at 7:27 AM, Meet Udeshi via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> 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...
2018 Mar 21
2
Run llc with -debug flag
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