[LLVMdev] bugpoint / cbe Problems
David Greene
dag at cray.com
Wed Jul 16 10:58:28 PDT 2008
On Wednesday 16 July 2008 11:15, Eli Friedman wrote:
> On Wed, Jul 16, 2008 at 9:00 AM, David Greene <dag at cray.com> wrote:
> > What's the proper incantation to get bugpoint to run things through opt
> > but use llc to generate asm? As noted, CBE has issues generating
> > correct code so using it isn't an option right now.
>
> It should be something like bugpoint x.bc -llc-safe -pass1 -pass2
> -pass3. The -llc-safe forces it to never use CBE.
Yep, that works. It's happily chewing away now! Thanks!
-Dave
More information about the llvm-dev
mailing list