[LLVMdev] [LLVMDev] llc and -debug-only?
Duncan Sands
baldrick at free.fr
Mon Sep 20 08:33:23 PDT 2010
Hi Jeff,
> 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
=Arguments - print pass arguments to pass to 'opt'
=Structure - print pass structure before run()
=Executions - print pass name before it is executed
=Details - print pass details when it is
executed
More information about the llvm-dev
mailing list