================
@@ -47,7 +47,7 @@ endmacro()
 
 macro(add_clang_library name)
   cmake_parse_arguments(ARG
-    "SHARED;STATIC;INSTALL_WITH_TOOLCHAIN"
+    "SHARED;STATIC;INSTALL_WITH_TOOLCHAIN;CLANG_IMPORT"
----------------
fsfod wrote:

Its not possible to infer if a OBJECT target should be importing or exporting 
clang symbols, this option allows OBJECT target to specify it should be 
importing Clang symbols.

https://github.com/llvm/llvm-project/pull/112304
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to