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