Changes in directory llvm/lib/Target:
TargetMachOWriterInfo.cpp updated: 1.1 -> 1.2
---
Log message:
Put destructor out-of-line.
---
Diffs of the changes: (+2 -0)
TargetMachOWriterInfo.cpp |2 ++
1 files changed, 2 insertions(+)
Index: llvm/lib/Target/TargetMachOWriterInfo.cpp
diff -
Changes in directory llvm/lib/Target:
TargetMachOWriterInfo.cpp added (r1.1)
---
Log message:
New "TargetMachOWriterInfo" class. It holds target-specific information
that the MachOWriter needs in order to do its writing stuff 'n things.
---
Diffs of the changes: (+23 -0)
TargetMachOWriterI