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

Nathan Gauër via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 1 02:43:31 PDT 2025


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

I'd say that's a better user experience and it doesn't cost much

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


More information about the llvm-commits mailing list