[all-commits] [llvm/llvm-project] 80aa41: Pass through even more LIBCXX_* variables to libfu...

colincross via All-commits all-commits at lists.llvm.org
Wed Jun 15 19:06:55 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 80aa41d9df3dbe4ee673b3b0a8b41854b69820c5
      https://github.com/llvm/llvm-project/commit/80aa41d9df3dbe4ee673b3b0a8b41854b69820c5
  Author: Colin Cross <ccross at android.com>
  Date:   2022-06-15 (Wed, 15 Jun 2022)

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

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

Similar to D120946, pass LIBCXX_HAS_GCC_S_LIB and LIBCXX_USE_COMPILER_RT
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/D127912




More information about the All-commits mailing list