================
@@ -1017,6 +1017,8 @@ if (CMAKE_BUILD_TYPE AND uppercase_CMAKE_BUILD_TYPE 
MATCHES "^(RELWITHDEBINFO|DE
   set(LLVM_OMIT_DAGISEL_COMMENTS OFF)
 endif()
 
+option(LLVM_OMIT_HOST_TARGETS_IN_CROSSCOMPILING "Do not import LLVM and Clang 
host targets when cross compiling in sub builds" OFF)
----------------
petrhosek wrote:

Do we need to tie this to cross-compilation? We could name this just 
`LLVM_OMIT_EXPORTS_FROM_CONFIG` as a generic feature.

https://github.com/llvm/llvm-project/pull/209922
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to