Commit 408ad37a authored by Sam Clegg's avatar Sam Clegg
Browse files

[WebAssembly] Base imports on Symtab. NFC.

Since imports are undefined symbols we know we can
find all of them my looking at the symbol table alone.
(i.e. imports cannot be have local binding).

This will be strictly faster and also allows us
to to remove a method from Symbol class

Differential Revision: https://reviews.llvm.org/D41304

git-svn-id: https://llvm.org/svn/llvm-project/lld/trunk@320847 91177308-0d34-0410-b5e6-96231b3b80d8
parent 34d571a7
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment