[PATCH] D89742: [FileCollector] Move interface into FileCollectorBase (NFC)

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 19 14:20:13 PDT 2020


JDevlieghere created this revision.
JDevlieghere added a reviewer: arphaman.
Herald added a subscriber: hiraditya.
Herald added a project: LLVM.
JDevlieghere requested review of this revision.

For the reproducers in LLDB we want to switch to an "immediate mode" FileCollector that writes every file encountered straight to disk so we can generate the actual mapping out-of-process. This patch moves the interface into a separate base class.


https://reviews.llvm.org/D89742

Files:
  llvm/include/llvm/Support/FileCollector.h
  llvm/lib/Support/FileCollector.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89742.299167.patch
Type: text/x-patch
Size: 4101 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201019/ff9fa3a1/attachment.bin>


More information about the llvm-commits mailing list