[llvm] [SPIR-V] Add pre-commit CI workflow (PR #74092)

Tom Stellard via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 4 11:35:41 PST 2023


================
@@ -20,6 +22,10 @@ on:
         required: true
         type: string
 
+      experimental_targets:
+        required: false
+        type: string
+
----------------
tstellar wrote:

Rather than adding an option for experimental targets, I think it would be better just to add an option to allow specifying extra cmake args.  This will give us more flexibility.

https://github.com/llvm/llvm-project/pull/74092


More information about the llvm-commits mailing list