[PATCH] D69293: [Support] Add in memory flag for FileOutputBuffer

Nick Terrell via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 22 13:07:58 PDT 2019


terrelln added a comment.

> Maybe this should be merged with https://reviews.llvm.org/D69294. Since we are moving to a single repository that contains both llvm and lld, we no longer have to split a commit at svn repo boundaries. Since this flag will be used only by lld at least for a while, it feels more natural to commit this and the other one as a single commit.

Personally I like splitting up the diff by component so it is easier to search the git history of a file. But I'm happy to combine them, so I'll go ahead and do that.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69293





More information about the llvm-commits mailing list