llvm-project
e0909003
- [ctxprof] Instrumentation: handle direct call targets to aliases (#142657)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
196 days ago
[ctxprof] Instrumentation: handle direct call targets to aliases (#142657) This was an oversight. GlobalAliases aren't `Functions`, so `getCalledFunction` would return `nullptr` and the callsite would be deemed as uninstrumentable.
References
#142657 - [ctxprof] Instrumentation: handle direct call targets to aliases
Author
mtrofin
Parents
52ad2747
Loading