[PATCH] D58739: [COFF] Add address-taken import thunks to the fid table
David Major via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 27 14:43:58 PST 2019
dmajor added a comment.
So after some further digging I was wrong, and my particular bug isn't to do with `S->kind()`. :(
The function that I'm interested in (a Rust function, on arm64, if it matters) is apparently failing the `IMAGE_SYM_DTYPE_FUNCTION` test. Is there any other category of thing that it could be?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58739/new/
https://reviews.llvm.org/D58739
More information about the llvm-commits
mailing list