[PATCH] D109977: LLVM Driver Multicall tool
Alex Brachet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 14 07:52:28 PDT 2022
abrachet marked an inline comment as done.
abrachet added a comment.
In D109977#3611683 <https://reviews.llvm.org/D109977#3611683>, @mgorny wrote:
> This seems to have broken standalone builds for Gentoo.
>
> While building Clang, I get:
>
> CMake Error at /usr/lib/llvm/15/lib/cmake/llvm/LLVM-Config.cmake:138 (message):
> Target Sparc is not in the set of libraries.
> Call Stack (most recent call first):
> /usr/lib/llvm/15/lib/cmake/llvm/LLVM-Config.cmake:263 (llvm_expand_pseudo_components)
> /usr/lib/llvm/15/lib/cmake/llvm/LLVM-Config.cmake:102 (llvm_map_components_to_libnames)
> /usr/lib/llvm/15/lib/cmake/llvm/LLVM-Config.cmake:95 (explicit_llvm_config)
> /usr/lib/llvm/15/lib/cmake/llvm/AddLLVM.cmake:901 (llvm_config)
> cmake/modules/AddClang.cmake:146 (add_llvm_executable)
> cmake/modules/AddClang.cmake:156 (add_clang_executable)
> tools/driver/CMakeLists.txt:25 (add_clang_tool)
>
> (or a similar message for another target)
Could I have a cmake invocation or a bot link?
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