================
@@ -1423,3 +1423,11 @@ endif()
 if (LLVM_INCLUDE_UTILS AND LLVM_INCLUDE_TOOLS)
   add_subdirectory(utils/llvm-locstats)
 endif()
+
+if (XCODE)
+  set(LLVM_XCODE_EXTRA_TARGET_SCHEMES "" CACHE STRING "Specifies an extra list 
of targets to turn into schemes")
----------------
clayborg wrote:

Do we want to say "an extra list of semi colon separated target names"? Do you 
specify this multiple times, or just once with semi colon separated target 
names?

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

Reply via email to