[PATCH] D65297: [FileCollector] add support for recording empty directories

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 25 14:16:49 PDT 2019


JDevlieghere accepted this revision.
JDevlieghere added a comment.
This revision is now accepted and ready to land.
Herald added a subscriber: ormris.

LGTM!



================
Comment at: llvm/lib/Support/FileCollector.cpp:151
+      }
+
+      continue;
----------------
Spurious newline?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D65297





More information about the llvm-commits mailing list