We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96b944f commit 0049bacCopy full SHA for 0049bac
clang/lib/Driver/ToolChains/HLSL.cpp
@@ -173,7 +173,7 @@ bool isLegalValidatorVersion(StringRef ValVersionStr, const Driver &D) {
173
return true;
174
}
175
176
-void getSpirvExtOperand(llvm::StringRef SpvExtensionArg, raw_ostream &out) {
+void getSpirvExtOperand(StringRef SpvExtensionArg, raw_ostream &out) {
177
// The extensions that are commented out are supported in DXC, but the SPIR-V
178
// backend does not know about them yet.
179
static const std::vector<StringRef> DxcSupportedExtensions = {
0 commit comments