llvm-project
318bdd0a - [StackSafetyAnalysis] Bail out when calling ifunc

Commit
1 year ago
[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
Author
Parents
Loading