[all-commits] [llvm/llvm-project] ba6f90: [Driver] Use VFS to check if sanitizer blacklists ...

Ilya Biryukov via All-commits all-commits at lists.llvm.org
Thu Nov 21 02:02:10 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: ba6f906854263375cff3257d22d241a8a259cf77
      https://github.com/llvm/llvm-project/commit/ba6f906854263375cff3257d22d241a8a259cf77
  Author: Ilya Biryukov <ibiryukov at google.com>
  Date:   2019-11-21 (Thu, 21 Nov 2019)

  Changed paths:
    M clang/lib/Basic/SanitizerSpecialCaseList.cpp
    M clang/lib/Basic/XRayLists.cpp
    M clang/lib/Driver/SanitizerArgs.cpp
    M clang/lib/Driver/XRayArgs.cpp
    M clang/unittests/Driver/CMakeLists.txt
    A clang/unittests/Driver/SanitizerArgsTest.cpp
    M llvm/include/llvm/Support/SpecialCaseList.h
    M llvm/lib/Support/SpecialCaseList.cpp
    M llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp

  Log Message:
  -----------
  [Driver] Use VFS to check if sanitizer blacklists exist

Summary:
This is a follow-up to 590f279c456bbde632eca8ef89a85c478f15a249, which
moved some of the callers to use VFS.

It turned out more code in Driver calls into real filesystem APIs and
also needs an update.

Reviewers: gribozavr2, kadircet

Reviewed By: kadircet

Subscribers: ormris, mgorny, hiraditya, llvm-commits, jkorous, cfe-commits

Tags: #clang, #llvm

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




More information about the All-commits mailing list