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.
2 parents 3d2ef04 + ab0f94e commit 8f9b972Copy full SHA for 8f9b972
llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCOFF.cpp
@@ -126,7 +126,7 @@ bool RuntimeDyldCOFF::relocationNeedsDLLImportStub(
126
if (!TargetNameOrErr)
127
return false;
128
129
- return TargetNameOrErr->startswith(getImportSymbolPrefix());
+ return TargetNameOrErr->starts_with(getImportSymbolPrefix());
130
}
131
132
} // namespace llvm
0 commit comments