[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
clattner at apple.com
Sun Jul 25 10:13:42 PDT 2010
On Jul 25, 2010, at 10:04 AM, Chris Lattner wrote:
>
> 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.
This change means that they will stop linking in instruction printing now though.
-Chris
More information about the llvm-commits
mailing list