mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-03 01:36:06 +00:00

MCObjectStreamer owns its MCCodeEmitter -- this fixes the types to reflect that, and allows us to remove the last instance of MCObjectStreamer's weird "holding ownership via someone else's reference" trick. llvm-svn: 315531