Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
skip non-.text sections when searching for the function pointer
is seems that llvm is unable to compute getAddress for the .debug sections and instead returns 0 since we know the symbols we care about are in the .text section just search that section instead fix #15971
- Loading branch information