[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:21:46 PDT 2025


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

DXC only accepts "KHR", so I implemented the same thing.

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


More information about the llvm-commits mailing list