diff options
author | Rui Ueyama <ruiu@google.com> | 2018-02-28 02:57:37 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2018-02-28 02:57:37 +0000 |
commit | 0a9583ce798069da32ee46177048b1f0ff1bf564 (patch) | |
tree | 0718fee319cf06e265eb94f45ca8bf6bb4dafa71 /llvm/lib/Object/COFFModuleDefinition.cpp | |
parent | 3f560daf37dd5648d9416c1a7707d9581a96a44a (diff) | |
download | llvm-0a9583ce798069da32ee46177048b1f0ff1bf564.zip llvm-0a9583ce798069da32ee46177048b1f0ff1bf564.tar.gz llvm-0a9583ce798069da32ee46177048b1f0ff1bf564.tar.bz2 |
[WebAssembly] Simplify initializeSymbols and merge it with ObjFile::parse. NFC.
This patch simplifies initializeSymbols. Since that function is called
at the tail context of ObjFile::parse, and the function is called only
once from that function, that's effectively just a continuation of
ObjFile::parse. So this patch merge it with ObjFile::parse.
Differential Revision: https://reviews.llvm.org/D43848
llvm-svn: 326296
Diffstat (limited to 'llvm/lib/Object/COFFModuleDefinition.cpp')
0 files changed, 0 insertions, 0 deletions