Skip to content

Commit e14dce9

Browse files
committed
Add a FIXME
1 parent cdc20ab commit e14dce9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bolt/lib/Passes/PAuthGadgetScanner.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1460,6 +1460,8 @@ void FunctionAnalysisContext::findUnsafeUses(
14601460
break; // One warning per function.
14611461
}
14621462
}
1463+
// FIXME: Warn the user about imprecise analysis when the function has no CFG
1464+
// information at all.
14631465

14641466
iterateOverInstrs(BF, [&](MCInstReference Inst) {
14651467
if (BC.MIB->isCFI(Inst))

0 commit comments

Comments
 (0)