================
@@ -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