[PATCH] D109977: LLVM Driver Multicall tool

Michał Górny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 27 03:32:54 PDT 2022


mgorny added a comment.

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)


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