Skip to content

Commit 96b944f

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

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
@@ -217,7 +217,7 @@ void getSpirvExtOperand(llvm::StringRef SpvExtensionArg, raw_ostream &out) {
217217
if (SpvExtensionArg.compare_insensitive("DXC") == 0) {
218218
bool first = true;
219219
std::string Operand;
220-
for (llvm::StringRef E : DxcSupportedExtensions) {
220+
for (StringRef E : DxcSupportedExtensions) {
221221
if (!first)
222222
out << ",";
223223
else

0 commit comments

Comments
 (0)