[all-commits] [llvm/llvm-project] 7b6963: [compiler-rt] [Fuzzer] Fix tests linking buildbot ...

Omair Javaid via All-commits all-commits at lists.llvm.org
Wed Jun 18 15:23:25 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7b6963ea672f8fedbbaefd15eaca943495709d37
      https://github.com/llvm/llvm-project/commit/7b6963ea672f8fedbbaefd15eaca943495709d37
  Author: Muhammad Omair Javaid <omair.javaid at linaro.org>
  Date:   2025-06-19 (Thu, 19 Jun 2025)

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

  Log Message:
  -----------
  [compiler-rt] [Fuzzer] Fix tests linking buildbot failure (#144495)

Fix for #144495 by 6f4add3 broke sanitizer-aarch64-linux buildbot.

compiler-rt/lib/fuzzer/tests build failed because the linker was
looking gcc_s without '-l' appended.

The CMake script was adding the library name without the required
'-l' prefix. This patch adds the -l prefix changing gcc_s to -lgcc_s
and gcc to -lgcc.

https://lab.llvm.org/buildbot/#/builders/51/builds/18170



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list