Skip to content

Commit 6643294

Browse files
authored
[BOLT] Fix typo (NFC) (#71579)
instrumentation->hugify
1 parent 7d39838 commit 6643294

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bolt/lib/RuntimeLibs/HugifyRuntimeLibrary.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ void HugifyRuntimeLibrary::link(BinaryContext &BC, StringRef ToolPath,
7171
"We don't currently support linking multiple runtime libraries");
7272
RuntimeStartAddress = Linker.lookupSymbol("__bolt_hugify_self").value_or(0);
7373
if (!RuntimeStartAddress) {
74-
errs() << "BOLT-ERROR: instrumentation library does not define "
75-
"__bolt_hugify_self: "
74+
errs() << "BOLT-ERROR: hugify library does not define __bolt_hugify_self: "
7675
<< LibPath << "\n";
7776
exit(1);
7877
}

0 commit comments

Comments
 (0)