[LLVMdev] make bugpoint-jit

Chris Lattner clattner at apple.com
Tue Jan 13 00:32:47 PST 2009


Does anyone have an objection to making the 'make bugpoint-jit'  
targets default to passing  -safe-run-llc?

When debugging JIT problems, usually llc is known-good.  Using -safe- 
run-llc makes things like fastcc and other things work better than  
relying on the CBE.

-Chris



More information about the llvm-dev mailing list