[PATCH] D56297: [DWARFUnit] Don't assume basic types.
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 3 15:42:43 PST 2019
aprantl added a comment.
Is the problem that it is a SubroutineType, but not a function *pointer*?
Generally, if the Verifier accepts it we ought to not crash, so this seems to be okay, but it might be worth asking whether this is really what you want your frontend to be creating since subroutinetypes don't have a size, etc.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56297/new/
https://reviews.llvm.org/D56297
More information about the llvm-commits
mailing list