[PATCH] D79376: [dsymutil] Thread the VFS through dsymutil (NFC)

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 5 09:41:45 PDT 2020


aprantl added inline comments.


================
Comment at: llvm/tools/dsymutil/BinaryHolder.h:140
 
+  /// Virtual File System instance.
+  IntrusiveRefCntPtr<vfs::FileSystem> VFS;
----------------
Perhaps add ... which is used for generating reproducers.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79376





More information about the llvm-commits mailing list