Displaying 2 results from an estimated 2 matches for "outputuntil".
2010 Sep 20
2
[LLVMdev] [LLVMDev] llc and -debug-only?
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
>>
2010 Sep 20
0
[LLVMdev] [LLVMDev] llc and -debug-only?
...> I assume the debug-pass option (the only option with "debug"
> prepending it) is the correct option.
with latest svn I get:
-debug - Enable debug output
-debug-buffer-size=<uint> - Buffer the last N characters of
debug outputuntil program termination. [default 0 -- immediate print-out]
-debug-only=<debug string> - Enable a specific type of debug output
-debug-pass - Print PassManager debugging information
=None - disable debug output...