================
@@ -313,6 +313,16 @@ macro(load_llvm_config)
"You are not using the monorepo layout. This configuration is
DEPRECATED.")
endif()
+ # Exports from LLVM and Clang may contain shared libraries. When targeting
+ # baremetal platforms that lacks shared library support, importing such
+ # exports unrestrictedly will trigger cmake errors. Set
+ # LLVM_OMIT_EXPORTS_FROM_CONFIG flag to skip importing these exports
+ # when the target platform does not support shared library.
----------------
zeroomega wrote:
Done.
https://github.com/llvm/llvm-project/pull/210496
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits