[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

Anton Korobeynikov anton at korobeynikov.info
Sun Jul 25 07:49:28 PDT 2010


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?

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University




More information about the llvm-commits mailing list