[llvm] [SPIRV] Add option to add all KHR extensions (PR #145535)
Nathan Gauër via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 26 07:50:23 PDT 2025
================
@@ -119,6 +119,13 @@ bool SPIRVExtensionsParser::parse(cl::Option &O, StringRef ArgName,
continue;
}
+ if (Token == "KHR") {
----------------
Keenuts wrote:
is the token normalized to upper? Shall we accept both `KHR` and `khr`?
https://github.com/llvm/llvm-project/pull/145535
More information about the llvm-commits
mailing list