[WebAssembly][lld] --importTable flag only imports table if needed
Before, --importTable forced the creation of an indirect function table, whether it was needed or not. Now it only imports a table if needed. Differential Revision: https://reviews.llvm.org/D96872
Loading
Please sign in to comment