[PATCH] D133504: Support: Add vfs::OutputBackend and OutputFile to virtualize compiler outputs

Steven Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 8 13:40:49 PDT 2022


steven_wu updated this revision to Diff 458845.
steven_wu added a comment.

Use nested namespace


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D133504/new/

https://reviews.llvm.org/D133504

Files:
  llvm/include/llvm/Support/VirtualOutputBackend.h
  llvm/include/llvm/Support/VirtualOutputBackends.h
  llvm/include/llvm/Support/VirtualOutputConfig.def
  llvm/include/llvm/Support/VirtualOutputConfig.h
  llvm/include/llvm/Support/VirtualOutputError.h
  llvm/include/llvm/Support/VirtualOutputFile.h
  llvm/lib/Support/CMakeLists.txt
  llvm/lib/Support/VirtualOutputBackend.cpp
  llvm/lib/Support/VirtualOutputBackends.cpp
  llvm/lib/Support/VirtualOutputConfig.cpp
  llvm/lib/Support/VirtualOutputError.cpp
  llvm/lib/Support/VirtualOutputFile.cpp
  llvm/unittests/Support/CMakeLists.txt
  llvm/unittests/Support/VirtualOutputBackendTest.cpp
  llvm/unittests/Support/VirtualOutputBackendsTest.cpp
  llvm/unittests/Support/VirtualOutputConfigTest.cpp
  llvm/unittests/Support/VirtualOutputFileTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133504.458845.patch
Type: text/x-patch
Size: 94218 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220908/68145fbc/attachment-0001.bin>


More information about the llvm-commits mailing list