[PATCH] D109977: LLVM Driver Multicall tool
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 12 10:36:48 PST 2022
MaskRay added a comment.
Herald added a project: All.
In D109977#3282545 <https://reviews.llvm.org/D109977#3282545>, @MaskRay wrote:
> I have tried the latest diff but `-DLLVM_ENABLE_PROJECTS='clang;clang-tools-extra;flang;lldb;lld;compiler-rt;openmp;mlir;cross-project-tests' -DLLVM_TOOL_LLVM_DRIVER_BUILD=on` gives me:
>
> CMake Error at cmake/modules/LLVM-Config.cmake:110 (target_link_libraries):
> The keyword signature for target_link_libraries has already been used with
> the target "obj.dsymutil". All uses of target_link_libraries with a target
> must be either all-keyword or all-plain.
>
> The uses of the keyword signature are here:
>
> * cmake/modules/AddLLVM.cmake:897 (target_link_libraries)
>
> Call Stack (most recent call first):
> cmake/modules/LLVM-Config.cmake:95 (explicit_llvm_config)
> cmake/modules/AddLLVM.cmake:898 (llvm_config)
> cmake/modules/AddLLVM.cmake:1264 (add_llvm_executable)
> tools/dsymutil/CMakeLists.txt:21 (add_llvm_tool)
⬆️
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109977/new/
https://reviews.llvm.org/D109977
More information about the llvm-commits
mailing list