[llvm-commits] [llvm] r108782 - in /llvm/trunk/lib/Target/X86: AsmPrinter/X86AsmPrinter.cpp AsmPrinter/X86AsmPrinter.h AsmPrinter/X86MCInstLower.cpp AsmPrinter/X86MCInstLower.h X86AsmPrinter.cpp X86AsmPrinter.h X86MCInstLower.cpp X86MCInstLower.h

Chris Lattner sabre at nondot.org
Sun Jul 25 10:04:34 PDT 2010


On Jul 25, 2010, at 7:49 AM, Anton Korobeynikov wrote:

> Hi, Chris
> 
>> fix a layering problem by moving the x86 implementation
>> of AsmPrinter and InstLowering into libx86 and out of the
>> asmprinter subdirectory.  Now X86/AsmPrinter just depends on
>> MC stuff, not all of codegen and LLVM IR.
> This means that all the JITs now will now have asmprinting inside?

They already do.

-Chris



More information about the llvm-commits mailing list