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 8cc07ed commit 104f14bCopy full SHA for 104f14b
bolt/lib/Passes/LongJmp.cpp
@@ -386,8 +386,6 @@ uint64_t LongJmpPass::tentativeLayoutRelocMode(
386
// Ensure that tentative code layout always runs for cold blocks.
387
if (!ColdLayoutDone)
388
runColdLayout();
389
- assert(ColdLayoutDone &&
390
- "Did not perform tentative code layout for cold blocks.");
391
392
// BBs
393
for (BinaryFunction *Func : SortedFunctions)
bolt/test/AArch64/split-funcs-lite.test
0 commit comments