Skip to content

Commit ea2db60

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

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
@@ -230,7 +230,7 @@ void getSpirvExtOperand(StringRef SpvExtensionArg, raw_ostream &out) {
230230
return;
231231
}
232232

233-
llvm::SmallString<1024> getSpirvExtArg(ArrayRef<std::string> SpvExtensionArgs) {
233+
SmallString<1024> getSpirvExtArg(ArrayRef<std::string> SpvExtensionArgs) {
234234
if (SpvExtensionArgs.empty()) {
235235
return llvm::StringRef("-spirv-ext=all");
236236
}

0 commit comments

Comments
 (0)