Skip to content

Commit 4371f50

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

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
@@ -232,7 +232,7 @@ void getSpirvExtOperand(StringRef SpvExtensionArg, raw_ostream &out) {
232232

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

238238
llvm::SmallString<1024> LlvmOption;

0 commit comments

Comments
 (0)