[all-commits] [llvm/llvm-project] bcc65f: Pass through more LIBCXX_* variables to libfuzzer...

colincross via All-commits all-commits at lists.llvm.org
Fri Mar 4 09:32:05 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bcc65fb491ca6e83e1ea300f4462a2f56d0b5937
      https://github.com/llvm/llvm-project/commit/bcc65fb491ca6e83e1ea300f4462a2f56d0b5937
  Author: Colin Cross <ccross at google.com>
  Date:   2022-03-04 (Fri, 04 Mar 2022)

  Changed paths:
    M compiler-rt/cmake/Modules/AddCompilerRT.cmake

  Log Message:
  -----------
  Pass through more LIBCXX_* variables  to libfuzzer's custom lib++

Pass LIBCXX_HAS_PTHREAD_LIB, LIBCXX_HAS_RT_LIB  and LIBCXXABI_HAS_PTHREAD_LIB
through to the custom lib++ builds so that libfuzzer  doesn't end up with a .deplibs section that
links against those libraries when the variables are set to false.

Reviewed By: phosek

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




More information about the All-commits mailing list