Move TLOF implementations to libCodegen to resolve layering violation.
authorAnton Korobeynikov <asl@math.spbu.ru>
Mon, 15 Feb 2010 22:37:53 +0000 (22:37 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Mon, 15 Feb 2010 22:37:53 +0000 (22:37 +0000)
commit362dd0bef5437f85586c046bc53287b6fbe9c099
tree1acaccefcb22db749cd47b998877d9401a513ef5
parentac8a3d0b5b464e4dd7c45ba111e6da1aeed39bc5
Move TLOF implementations to libCodegen to resolve layering violation.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96288 91177308-0d34-0410-b5e6-96231b3b80d8
18 files changed:
include/llvm/CodeGen/TargetLoweringObjectFileImpl.h [new file with mode: 0644]
include/llvm/Target/TargetLoweringObjectFile.h
lib/CodeGen/TargetLoweringObjectFileImpl.cpp [new file with mode: 0644]
lib/Target/ARM/ARMTargetObjectFile.h
lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
lib/Target/Alpha/AlphaISelLowering.cpp
lib/Target/Blackfin/BlackfinISelLowering.cpp
lib/Target/CellSPU/SPUISelLowering.cpp
lib/Target/MSP430/MSP430ISelLowering.cpp
lib/Target/Mips/MipsTargetObjectFile.h
lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/Sparc/SparcISelLowering.cpp
lib/Target/SystemZ/SystemZISelLowering.cpp
lib/Target/TargetLoweringObjectFile.cpp
lib/Target/X86/AsmPrinter/X86AsmPrinter.cpp
lib/Target/X86/X86TargetObjectFile.h
lib/Target/XCore/XCoreTargetObjectFile.h