llvm-project/llvm/lib/Target/Sparc/MCTargetDesc
Lang Hames 60fbc7cc38 [MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriter
functions.

This makes the ownership of the resulting MCObjectWriter clear, and allows us
to remove one instance of MCObjectStreamer's bizarre "holding ownership via
someone else's reference" trick.

llvm-svn: 315327
2017-10-10 16:28:07 +00:00
..
CMakeLists.txt
LLVMBuild.txt
SparcAsmBackend.cpp [MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriter 2017-10-10 16:28:07 +00:00
SparcELFObjectWriter.cpp [MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriter 2017-10-10 16:28:07 +00:00
SparcFixupKinds.h
SparcMCAsmInfo.cpp Move Object format code to lib/BinaryFormat. 2017-06-07 03:48:56 +00:00
SparcMCAsmInfo.h [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2017-02-14 00:33:36 +00:00
SparcMCCodeEmitter.cpp [Sparc] Fix some Include What You Use warnings; other minor fixes (NFC). 2017-02-04 00:36:49 +00:00
SparcMCExpr.cpp Sort the remaining #include lines in include/... and lib/.... 2017-06-06 11:49:48 +00:00
SparcMCExpr.h
SparcMCTargetDesc.cpp Delete Default and JITDefault code models 2017-08-03 02:16:21 +00:00
SparcMCTargetDesc.h [MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriter 2017-10-10 16:28:07 +00:00
SparcTargetStreamer.cpp