llvm-project/llvm
Alex Lorenz 9e38f4d973 [FileCollector] Add a VFS that records FS accesses using the FileCollector
This patch adds a VFS that can be overlaid on top of another VFS
to record file system accesses using the FileCollector.
This can help to gather files that are needed for reproducers.

Differential Revision: https://reviews.llvm.org/D65411

llvm-svn: 367278
2019-07-29 23:38:30 +00:00
..
benchmarks
bindings
cmake [CMake] Add -z defs on Solaris 2019-07-23 16:27:34 +00:00
docs Reland: [Remarks] Support parsing remark metadata in the YAML remark parser 2019-07-26 21:02:02 +00:00
examples [ORC] Add deprecation warnings to ORCv1 layers and utilities. 2019-07-17 16:40:52 +00:00
include [FileCollector] Add a VFS that records FS accesses using the FileCollector 2019-07-29 23:38:30 +00:00
lib [FileCollector] Add a VFS that records FS accesses using the FileCollector 2019-07-29 23:38:30 +00:00
projects Revert "[libc++] Integrate the PSTL into libc++" 2019-07-19 18:52:46 +00:00
resources
runtimes
test [llvm-lipo] Fix test on Windows 2019-07-29 22:27:27 +00:00
tools [llvm-lipo] Implement -replace 2019-07-29 18:46:34 +00:00
unittests [FileCollector] Add a VFS that records FS accesses using the FileCollector 2019-07-29 23:38:30 +00:00
utils [clang-tidy]: Google: new check 'google-upgrade-googletest-case' 2019-07-29 21:38:56 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [CMake] Allow LLVM_EXTERNAL_<proj>_SOURCE_DIR to be overridden if it is 2019-07-26 19:25:57 +00:00
CODE_OWNERS.TXT Update email address in CODE_OWNERS 2019-07-01 16:01:15 +00:00
CREDITS.TXT Update email address. 2019-07-17 07:02:02 +00:00
LICENSE.TXT
LLVMBuild.txt
README.txt
RELEASE_TESTERS.TXT
configure
llvm.spec.in

README.txt

The LLVM Compiler Infrastructure
================================

This directory and its subdirectories contain source code for LLVM,
a toolkit for the construction of highly optimized compilers,
optimizers, and runtime environments.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.

Please see the documentation provided in docs/ for further
assistance with LLVM, and in particular docs/GettingStarted.rst for getting
started with LLVM and docs/README.txt for an overview of LLVM's
documentation setup.

If you are writing a package for LLVM, see docs/Packaging.rst for our
suggestions.