Skip to content

Commit 0bd3e92

Browse files
committed
add BOLT-ERROR
Created using spr 1.3.4
1 parent 74e06e6 commit 0bd3e92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bolt/lib/Core/BinaryContext.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1760,7 +1760,8 @@ void BinaryContext::preprocessDebugInfo() {
17601760
if (std::optional<uint64_t> DWOID = CU->getDWOId()) {
17611761
auto Iter = DWOCUs.find(*DWOID);
17621762
if (Iter == DWOCUs.end()) {
1763-
this->errs() << "DWO CU was not found for " << Name << '\n';
1763+
this->errs() << "BOLT-ERROR: DWO CU was not found for " << Name
1764+
<< '\n';
17641765
exit(1);
17651766
}
17661767
Name = dwarf::toString(

0 commit comments

Comments
 (0)