[llvm-branch-commits] [clang] [llvm] cmake: Gate host library targets on shared library support (PR #208421)
Martin Storsjö via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Jul 9 04:18:08 PDT 2026
mstorsjo wrote:
Thanks; this does seem to work for my build case as well.
I'm not really familiar with the role of LLVMConfig.cmake in the nested runtime builds - is the problem that LLVMConfig.cmake - which describes things for the (potentially cross) target of the build of LLVM itself - also is included in the CMake configuration of the nested runtimes builds (which can be built for an entirely different target)? And then things like shared libraries that are declared from the main LLVM build end up as warnings as no such thing exists for the runtime cross target?
https://github.com/llvm/llvm-project/pull/208421
More information about the llvm-branch-commits
mailing list