[all-commits] [llvm/llvm-project] 60e32a: [fuzzer] Fix build on musl

Khem Raj via All-commits all-commits at lists.llvm.org
Sun Jun 13 12:32:21 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 60e32a1f34e9ea60155a98bbe6ee5ec2a383efa3
      https://github.com/llvm/llvm-project/commit/60e32a1f34e9ea60155a98bbe6ee5ec2a383efa3
  Author: Khem Raj <raj.khem at gmail.com>
  Date:   2021-06-13 (Sun, 13 Jun 2021)

  Changed paths:
    M compiler-rt/lib/fuzzer/FuzzerInterceptors.cpp

  Log Message:
  -----------
  [fuzzer] Fix build on musl

cstddef is needed for size_t definition.
(Multiple headers can provide size_t but none of them exists.)

Reviewed By: MaskRay

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




More information about the All-commits mailing list