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 131a3cf commit 19bad2aCopy full SHA for 19bad2a
bolt/lib/RuntimeLibs/InstrumentationRuntimeLibrary.cpp
@@ -219,7 +219,7 @@ void InstrumentationRuntimeLibrary::link(
219
}
220
outs() << "BOLT-INFO: output linked against instrumentation runtime "
221
"library, lib entry point is 0x"
222
- << Twine::utohexstr(RuntimeFiniAddress) << "\n";
+ << Twine::utohexstr(RuntimeStartAddress) << "\n";
223
outs() << "BOLT-INFO: clear procedure is 0x"
224
<< Twine::utohexstr(
225
Linker.lookupSymbol("__bolt_instr_clear_counters").value_or(0))
0 commit comments