diff options
author | Mircea Trofin <mtrofin@google.com> | 2025-06-04 13:04:56 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-04 13:04:56 -0700 |
commit | e0909003ff9d8b1606fb76b25bf779443d086b3c (patch) | |
tree | 6fd3331c199cb4bf1499303bd02288beaf0cd037 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | 52ad2747d0da1ae4e6cf93b93edbf69bfceb7b13 (diff) | |
download | llvm-e0909003ff9d8b1606fb76b25bf779443d086b3c.zip llvm-e0909003ff9d8b1606fb76b25bf779443d086b3c.tar.gz llvm-e0909003ff9d8b1606fb76b25bf779443d086b3c.tar.bz2 |
[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.
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions