From 180e8af7582bb680bf2886d6cd93dddd3571ed6d Mon Sep 17 00:00:00 2001
From: Misha Brukman
Special note: if you are debugging MultiSource or SPEC tests that +already exist in the llvm/test hierarchy, there is an easier way to +debug the JIT, LLC, and CBE, using the pre-written Makefile targets, which +will pass the program options specified in the Makefiles:
+ +cd llvm/test/../../program
+ make bugpoint-jit
At the end of a successful bugpoint run, you will be presented with two bytecode files: a safe file which can be compiled with the C backend and the test file which either LLC or the JIT