[llvm-commits] [llvm] r126426 - in /llvm/trunk/tools/lto: LTOCodeGenerator.cpp LTOCodeGenerator.h lto.cpp

Rafael Avila de Espindola rafael.espindola at gmail.com
Fri Feb 25 11:09:12 PST 2011


On 11-02-25 01:35 PM, Owen Anderson wrote:
> Should this apply to all targets, or only the same ones for which -integrated-as is the default?

Do you have a target for which you need LTO but MC is not working yet? 
This patch was intended as a stepping stone for requiring MC for finding 
definitions and uses in global asm, so if there is still a target with 
no MC that needs LTO, it is probably better to just revert this for now :-(

> --Owen

Cheers,
Rafael



More information about the llvm-commits mailing list