[LLVMdev] bugpoint with other tools

David Greene dag at cray.com
Mon Jul 14 09:26:49 PDT 2008


On Saturday 12 July 2008 02:47, Duncan Sands wrote:
> Hi Dave,
>
> > It seems that bugpoint (and llvmc2, etc.) is hard-wired to use gcc to do
> > assembling and linking.  I want to bugpoint-reduce a testcase that came
> > from Fortran and so I need to invoke our compiler to do at least the
> > linking step to get our Fortran libraries.
>
> you can always cheat and have gcc be a symlink to your compiler.

Except the flags aren't right.  For example, our compiler doesn't accept -x.

I think this would be a useful feature for bugpoint.  I've almost got an 
initial implementation done.  More stuff to send back once red tape 
clears.  :)

                                                 -Dave



More information about the llvm-dev mailing list