[Lldb-commits] [PATCH] D65237: [Support] move FileCollector from LLDB to llvm/Support
Alex Lorenz via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 24 11:33:11 PDT 2019
arphaman created this revision.
arphaman added a reviewer: JDevlieghere.
Herald added subscribers: dexonsmith, jkorous, hiraditya, mgorny.
Herald added projects: LLDB, LLVM.
The file collector class is useful for creating reproducers, not just for LLDB, but for other tools. That's why it should live in LLVM. I'm planning to use it in Clang to generate reproducers for `clang-scan-deps`.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D65237
Files:
lldb/include/lldb/Utility/FileCollector.h
lldb/source/Utility/CMakeLists.txt
lldb/source/Utility/FileCollector.cpp
lldb/unittests/Utility/CMakeLists.txt
lldb/unittests/Utility/FileCollectorTest.cpp
llvm/include/llvm/Support/FileCollector.h
llvm/lib/Support/CMakeLists.txt
llvm/lib/Support/FileCollector.cpp
llvm/unittests/Support/CMakeLists.txt
llvm/unittests/Support/FileCollectorTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65237.211574.patch
Type: text/x-patch
Size: 11634 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190724/15aadd23/attachment-0001.bin>
More information about the lldb-commits
mailing list