[all-commits] [llvm/llvm-project] 7524fe: [libFuzzer] Use the compiler to link the relocatab...

Petr Hosek via All-commits all-commits at lists.llvm.org
Wed Jun 15 00:17:00 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7524fe962e479416fd6318407eff4eed5b96a40b
      https://github.com/llvm/llvm-project/commit/7524fe962e479416fd6318407eff4eed5b96a40b
  Author: Petr Hosek <phosek at google.com>
  Date:   2022-06-15 (Wed, 15 Jun 2022)

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

  Log Message:
  -----------
  [libFuzzer] Use the compiler to link the relocatable object

Rather than invoking the linker directly, let the compiler driver
handle it. This ensures that we use the correct linker in the case
of cross-compiling.

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




More information about the All-commits mailing list