[llvm] [SPIRV] Add option to add all KHR extensions (PR #145535)

Steven Perron via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 26 08:22:01 PDT 2025


================
@@ -119,6 +119,13 @@ bool SPIRVExtensionsParser::parse(cl::Option &O, StringRef ArgName,
       continue;
     }
 
+    if (Token == "KHR") {
----------------
s-perron wrote:

I can add it if you want.

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


More information about the llvm-commits mailing list