[Lldb-commits] [PATCH] D53788: [FileSystem] Remove GetByteSize() from FileSpec

Zachary Turner via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 26 19:11:51 PDT 2018


zturner accepted this revision.
zturner added a comment.

I always wondered if we actually even need methods like this in `FileSystem` given that they already exist in `llvm::sys::fs`.  Is it possible to just call the llvm methods directly, or is it still helpful to call the ones in `FileSystem` so we can more transparently interoperate with the VFS layer somehow?


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D53788





More information about the lldb-commits mailing list