llvm-project
e0909003 - [ctxprof] Instrumentation: handle direct call targets to aliases (#142657)

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.
Author
Parents
Loading