split random COFF asmprinter state out to X86COFFMachineModuleInfo.h.
authorChris Lattner <sabre@nondot.org>
Sun, 20 Sep 2009 06:45:52 +0000 (06:45 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 20 Sep 2009 06:45:52 +0000 (06:45 +0000)
commit67c6b6ee71826b2c48b4da490340e5c3e2a94cd2
treeff3c30c78dc08eac54d5cb3842b0d2079d2a9be9
parentb13efdafec254746bc83583a10ec3604210d0d35
split random COFF asmprinter state out to X86COFFMachineModuleInfo.h.
Make dllexport directives come out in determinstic order.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82381 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.cpp
lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.h
lib/Target/X86/AsmPrinter/X86MCInstLower.cpp
lib/Target/X86/CMakeLists.txt
lib/Target/X86/X86COFFMachineModuleInfo.cpp [new file with mode: 0644]
lib/Target/X86/X86COFFMachineModuleInfo.h [new file with mode: 0644]