Use forward declarations and move TargetELFWriterInfo impl to a new file.
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Thu, 11 Jun 2009 22:13:00 +0000 (22:13 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Thu, 11 Jun 2009 22:13:00 +0000 (22:13 +0000)
commitd00d4159d4fb7208cd4207a3d1e4ccf5bc02f74f
tree7c7d9783b102f8469171e674ee8a5150941df23f
parent7512beb75147e357dc4870f42d1088a27f65d1d2
Use forward declarations and move TargetELFWriterInfo impl to a new file.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73209 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetELFWriterInfo.h
lib/Target/CMakeLists.txt
lib/Target/TargetELFWriterInfo.cpp [new file with mode: 0644]
lib/Target/X86/X86ELFWriterInfo.cpp