[llvm-commits] [llvm] r135963 - in /llvm/trunk: include/llvm/Target/TargetRegistry.h lib/MC/MCDisassembler/EDDisassembler.cpp lib/MC/MCDisassembler/EDDisassembler.h lib/Target/ARM/AsmParser/ARMAsmLexer.cpp lib/Target/MBlaze/AsmParser/MBlazeAsmLex
Chandler Carruth
chandlerc at google.com
Mon Jul 25 14:16:35 PDT 2011
On Mon, Jul 25, 2011 at 1:53 PM, Evan Cheng <evan.cheng at apple.com> wrote:
> Fix last bits of MC layer issues. llvm-mc doesn't need to initialize
> TargetMachine's anymore.
Wow, this is fantastic.
Do you want me to try asserting that MC code doesn't #include (even
transitively) Target code and report places where it still does?
(I'm also working on removing a couple of the related kludges to the former
target initialization)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110725/d93ceab0/attachment.html>
More information about the llvm-commits
mailing list