[PATCH] D133504: Support: Add vfs::OutputBackend and OutputFile to virtualize compiler outputs
Thorsten via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 8 11:25:00 PDT 2022
tschuett added inline comments.
================
Comment at: llvm/include/llvm/Support/VirtualOutputBackend.h:17
+
+namespace llvm {
+namespace vfs {
----------------
LLVM moved to C++17. You may use nested namespaces.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133504/new/
https://reviews.llvm.org/D133504
More information about the llvm-commits
mailing list