mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-18 04:26:08 +00:00

Pass a `MemoryBuffer &` to BinaryCoverageReader::create() instead of a `std::unique_ptr<MemoryBuffer> &`. This makes it easier to reason about the ownership of the buffer at a glance. llvm-svn: 273326