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.
1 parent e491511 commit 2b5f78cCopy full SHA for 2b5f78c
llvm/lib/LTO/LTOModule.cpp
@@ -623,7 +623,7 @@ void LTOModule::parseSymbols() {
623
for (const auto &[Key, Value] : _undefines) {
624
// If this symbol also has a definition, then don't make an undefine because
625
// it is a tentative definition.
626
- if (!_defines.count(Key))
+ if (!_defines.contains(Key))
627
_symbols.push_back(Value);
628
}
629
0 commit comments