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

Serge Pavlov via All-commits all-commits at lists.llvm.org
Fri Sep 9 02:29:48 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9424497e43aff088e014d65fd952ec557e28e6cf
      https://github.com/llvm/llvm-project/commit/9424497e43aff088e014d65fd952ec557e28e6cf
  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

  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