[all-commits] [llvm/llvm-project] 891376: [FileCollector] Add a method to add a whole direct...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Fri Mar 27 17:38:36 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 8913769e353a171ba01fa8ce9d598e979b620be9
      https://github.com/llvm/llvm-project/commit/8913769e353a171ba01fa8ce9d598e979b620be9
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-03-27 (Fri, 27 Mar 2020)

  Changed paths:
    M llvm/include/llvm/Support/FileCollector.h
    M llvm/lib/Support/FileCollector.cpp
    M llvm/unittests/Support/FileCollectorTest.cpp

  Log Message:
  -----------
  [FileCollector] Add a method to add a whole directory and it contents.

Extend the FileCollector's API with addDirectory which adds a directory
and its contents to the VFS mapping.

Differential revision: https://reviews.llvm.org/D76671




More information about the All-commits mailing list