meta-clang
meta-clang copied to clipboard
bootstrap clang-native failed when RUNTIME = "llvm"
stage2 build will failed because llvm runtimes not found.
llvm14 support LLVM_ENABLE_RUNTIMES
maybe useful for bootstrap build.
eg. https://github.com/llvm/llvm-project/blob/5f66e721ec1d099cf2370235ce122cf47c287308/clang/cmake/caches/CrossWinToARMLinux.cmake#L54-L56
thats fine, we will have to start using it in someways. Do you have a patch that works ?