[LLVMdev] bugpoint / cbe Problems
Eli Friedman
eli.friedman at gmail.com
Wed Jul 16 09:15:18 PDT 2008
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.
-Eli
More information about the llvm-dev
mailing list