[all-commits] [llvm/llvm-project] 8f7db7: [lldb] Conditionalize target_link_libraries on the...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Fri Mar 25 09:50:48 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8f7db763ef7f30ec952bdb00adb6f99f980cb427
https://github.com/llvm/llvm-project/commit/8f7db763ef7f30ec952bdb00adb6f99f980cb427
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2022-03-25 (Fri, 25 Mar 2022)
Changed paths:
M lldb/tools/lldb-fuzzer/CMakeLists.txt
Log Message:
-----------
[lldb] Conditionalize target_link_libraries on the target
Fixes "Cannot specify link libraries for target "lldb-target-fuzzer"
which is not built by this project." Normally that's taken care of by
add_llvm_fuzzer but we need target_link_libraries for liblldb and our
utility library.
More information about the All-commits
mailing list