[PATCH] D77621: Change BitcodeWriter buffer to std::vector instead of SmallVector.
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 7 03:12:53 PDT 2020
RKSimon 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"
----------------
Can this be dropped?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77621/new/
https://reviews.llvm.org/D77621
More information about the llvm-commits
mailing list