[all-commits] [llvm/llvm-project] 454823: [libFuzzer] Add a missing include_directories.

Dokyung Song via All-commits all-commits at lists.llvm.org
Thu Jul 23 16:53:22 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 45482367eaf3e7aa6e00b667bf83ce700b390918
      https://github.com/llvm/llvm-project/commit/45482367eaf3e7aa6e00b667bf83ce700b390918
  Author: Dokyung Song <dokyungs at google.com>
  Date:   2020-07-23 (Thu, 23 Jul 2020)

  Changed paths:
    M compiler-rt/lib/fuzzer/CMakeLists.txt

  Log Message:
  -----------
  [libFuzzer] Add a missing include_directories.

Summary: FuzzerInterceptors.cpp includes <sanitizer/common_interface_defs.h>, and this patch adds a missing include_directories to make sure the included file is found.

Reviewers: morehouse, hctim, dmajor

Subscribers: mgorny, #sanitizers

Tags: #sanitizers

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




More information about the All-commits mailing list