[compiler-rt] [compiler-rt] [Fuzzer] Fix ARMv7 test link failure by linking unwinder (PR #144495)

Leandro Lupori via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 18 08:45:39 PDT 2025


luporl wrote:

It seems FUZZER_UNWINDER_LIBS should have been passed to LINK_LIBS.
Instead it was added to LIBFUZZER_UNITTEST_LINK_FLAGS, that is later passed to LINK_FLAGS.

https://github.com/llvm/llvm-project/pull/144495


More information about the llvm-commits mailing list