[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:24:52 PST 2011


> There are shipping LLVM compilers with LTO support that target ARM, but
> ARM MC is not 100% functional yet.
>
> That said, this /does/ make sense. My point was just that it should be
> enabled by default on a per-target basis, just like clang's
> -integrated-as is.

Well, the problem is that I should soon replace the .globl grepping with 
a custom streamer, so it doesn't make a lot of sense to require a 
working asm parser in libLTO and not use it while producing .o files.

If this is an off tree compiler, it is probably reasonable to ask them 
to just not pull this patch, no?

> --Owen

Cheers,
Rafael



More information about the llvm-commits mailing list