[all-commits] [llvm/llvm-project] 7b9fae: [Clang] Use virtual FS in processing config files

Serge Pavlov via All-commits all-commits at lists.llvm.org
Fri Sep 9 04:25:38 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7b9fae05b4d0d3184ffc340e90d06a75e3cba2de
      https://github.com/llvm/llvm-project/commit/7b9fae05b4d0d3184ffc340e90d06a75e3cba2de
  Author: Serge Pavlov <sepavloff at gmail.com>
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/lib/Driver/Driver.cpp
    M clang/unittests/Driver/ToolChainTest.cpp
    M llvm/include/llvm/Support/CommandLine.h
    M llvm/lib/Support/CommandLine.cpp
    M llvm/unittests/Support/CommandLineTest.cpp

  Log Message:
  -----------
  [Clang] Use virtual FS in processing config files

Clang has support of virtual file system for the purpose of testing, but
treatment of config files did not use it. This change enables VFS in it
as well.

Differential Revision: https://reviews.llvm.org/D132867




More information about the All-commits mailing list