Files
clang-p2996/llvm/lib/Analysis/StackSafetyAnalysis.cpp
Fangrui Song 318bdd0aeb [StackSafetyAnalysis] Bail out when calling ifunc
An assertion failure arises when a call instruction calls a GlobalIFunc.
Since we cannot reason about the underlying function, just bail out.

Fix #87923

Pull Request: https://github.com/llvm/llvm-project/pull/113841
2024-10-29 09:26:47 -07:00

41 KiB