[This is supporting an RFC (https://lists.llvm.org/pipermail/cfe-dev/2021-January/067576.html); marked WIP for now]
Adopt the new llvm::vfs::OutputBackend in CompilerInstance.
Depends on https://reviews.llvm.org/D95501.
Paths
| Differential D95502
WIP: Frontend: Adopt llvm::vfs::OutputBackend in CompilerInstance AbandonedPublic Authored by dexonsmith on Jan 26 2021, 8:31 PM.
Details
Summary [This is supporting an RFC (https://lists.llvm.org/pipermail/cfe-dev/2021-January/067576.html); marked WIP for now] Adopt the new llvm::vfs::OutputBackend in CompilerInstance. Depends on https://reviews.llvm.org/D95501.
Diff Detail Event Timelinedexonsmith added a parent revision: D95501: WIP: Support: Add vfs::OutputBackend to virtualize compiler outputs.Jan 26 2021, 8:32 PM dexonsmith retitled this revision from WIP: Frontend: Adopt llvm::vfs::OutputManager in CompilerInstance to WIP: Frontend: Adopt llvm::vfs::OutputBackend in CompilerInstance.Feb 12 2021, 12:00 PM
Revision Contents
Diff 323435 clang/include/clang/Frontend/CompilerInstance.h
clang/lib/Frontend/CompilerInstance.cpp
|