Skip to content

Commit 0049bac

Browse files
s-perronllvm-beanz
andauthored
Update clang/lib/Driver/ToolChains/HLSL.cpp
Co-authored-by: Chris B <[email protected]>
1 parent 96b944f commit 0049bac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Driver/ToolChains/HLSL.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ bool isLegalValidatorVersion(StringRef ValVersionStr, const Driver &D) {
173173
return true;
174174
}
175175

176-
void getSpirvExtOperand(llvm::StringRef SpvExtensionArg, raw_ostream &out) {
176+
void getSpirvExtOperand(StringRef SpvExtensionArg, raw_ostream &out) {
177177
// The extensions that are commented out are supported in DXC, but the SPIR-V
178178
// backend does not know about them yet.
179179
static const std::vector<StringRef> DxcSupportedExtensions = {

0 commit comments

Comments
 (0)