[all-commits] [llvm/llvm-project] 881faf: Enable extra coverage counters on Windows

Matt Morehouse via All-commits all-commits at lists.llvm.org
Thu Aug 5 11:40:43 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 881faf41909b47376595e8d7bb9c9a109182d20b
      https://github.com/llvm/llvm-project/commit/881faf41909b47376595e8d7bb9c9a109182d20b
  Author: Matt Morehouse <mascasa at google.com>
  Date:   2021-08-05 (Thu, 05 Aug 2021)

  Changed paths:
    M compiler-rt/lib/fuzzer/CMakeLists.txt
    M compiler-rt/lib/fuzzer/FuzzerExtraCounters.cpp
    A compiler-rt/lib/fuzzer/FuzzerExtraCountersDarwin.cpp
    A compiler-rt/lib/fuzzer/FuzzerExtraCountersWindows.cpp
    M compiler-rt/test/fuzzer/TableLookupTest.cpp
    M compiler-rt/test/fuzzer/extra-counters.test

  Log Message:
  -----------
  Enable extra coverage counters on Windows

- Enable extra coverage counters on Windows.
- Update extra_counters.test to run on Windows also.
- Update TableLookupTest.cpp to include the required pragma/declspec for the extra coverage counters.

Patch By: MichaelSquires

Reviewed By: morehouse

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




More information about the All-commits mailing list