[PATCH] D70769: [Support] add vfs support for ExpandResponseFiles

liu hui via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 27 01:46:23 PST 2019


lh123 added a comment.

In D70769#1761394 <https://reviews.llvm.org/D70769#1761394>, @jhenderson wrote:

> Are there any instances where we DON'T want to get the real file system? If not, could the `*llvm::vfs::getRealFileSystem()` call be put inside `cl::ExpandResponseFiles`?


This patch is part of D70222 <https://reviews.llvm.org/D70222>.
 This is for using InMemoryFileSystem in unit tests.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70769





More information about the cfe-commits mailing list