[all-commits] [llvm/llvm-project] f44fb1: [FileCollector] Move interface into FileCollectorB...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Mon Oct 19 21:44:14 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f44fb130253aa5486380604101ce50a62a8d668b
https://github.com/llvm/llvm-project/commit/f44fb130253aa5486380604101ce50a62a8d668b
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-10-19 (Mon, 19 Oct 2020)
Changed paths:
M llvm/include/llvm/Support/FileCollector.h
M llvm/lib/Support/FileCollector.cpp
Log Message:
-----------
[FileCollector] Move interface into FileCollectorBase (NFC)
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.
Differential revision: https://reviews.llvm.org/D89742
More information about the All-commits
mailing list