[PATCH] D43399: [WebAssembly] Fix bug is function signature checking
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 16 11:41:15 PST 2018
ruiu added a comment.
If we can guarantee the invariance by data structure itself, that's better than guaranteeing the same thing by code (which is asserts). Does it make sense to read function type on symbol instantiation time?
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D43399
More information about the llvm-commits
mailing list