[llvm] [BOLT][NFC] Fix build (PR #99361)
Vladislav Khmelevsky via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 17 11:22:15 PDT 2024
================
@@ -1500,7 +1502,7 @@ void RewriteInstance::registerFragments() {
}
BC->errs() << "BOLT-ERROR: parent function not found for " << *BF << '\n';
exit(1);
- }
----------------
yota9 wrote:
It looks to me like a bug and I agree that this space removing is not needed. Probably we can push now and close the eyes at this problem @aaupov ?
https://github.com/llvm/llvm-project/pull/99361
More information about the llvm-commits
mailing list