New "TargetObjInfo" class. This holds information that the object writers will
authorBill Wendling <isanbard@gmail.com>
Wed, 17 Jan 2007 03:46:30 +0000 (03:46 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 17 Jan 2007 03:46:30 +0000 (03:46 +0000)
commit34f03fff2d117068b4d627922484d2d79ed9c025
tree868772a7dae20d74fe17363bde2c2354ad973b97
parent2c13f6657a8d7543b7202c23be0ae351f9bec1ed
New "TargetObjInfo" class. This holds information that the object writers will
use to write things to the file. It's abstract so each target should implement
its own version for each writer type.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33286 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetObjInfo.h [new file with mode: 0644]
lib/Target/PowerPC/PPCTargetObjInfo.cpp [new file with mode: 0644]
lib/Target/PowerPC/PPCTargetObjInfo.h [new file with mode: 0644]
lib/Target/X86/X86TargetObjInfo.cpp [new file with mode: 0644]
lib/Target/X86/X86TargetObjInfo.h [new file with mode: 0644]