[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 15:08:09 PST 2019
dmajor added a comment.
> 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?
Its `getType()` is 0, if that means anything.
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