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 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
