search for: referencecompil

Displaying 1 result from an estimated 1 matches for "referencecompil".

Did you mean: referencecompiler
2008 Jul 11
2
[LLVMdev] bugpoint with other tools
...ase that came from Fortran and so I need to invoke our compiler to do at least the linking step to get our Fortran libraries. Is there a way to do this via bugpoint's command-line interface or do I have to hack bugpoint's source? I can see how I might make the GCC class a subclass of some ReferenceCompiler class and then abstract our compiler's interface in the same way (reimplementing ExecuteProgram and friends. -Dave