[PATCH] D77621: Change BitcodeWriter buffer to std::vector instead of SmallVector.

Andrew via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 7 22:18:20 PDT 2020


browneee added inline comments.


================
Comment at: llvm/include/llvm/Bitstream/BitstreamWriter.h:19
 #include "llvm/ADT/Optional.h"
 #include "llvm/ADT/SmallVector.h"
 #include "llvm/ADT/StringRef.h"
----------------
RKSimon wrote:
> Can this be dropped?
It is still used to construct records (line 512).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77621/new/

https://reviews.llvm.org/D77621





More information about the cfe-commits mailing list