[PATCH] D62290: Move code for symbol resolution from SymbolTable.cpp to Symbols.cpp.
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 23 00:52:14 PDT 2019
ruiu created this revision.
ruiu added reviewers: grimar, MaskRay.
Herald added subscribers: arichardson, emaste.
Herald added a reviewer: espindola.
Herald added a project: LLVM.
My recent commits separated symbol resolution from the symbol table,
so the functions to resolve symbols are now in a somewhat wrong file.
This patch moves it to Symbols.cpp.
The functions are now member functions of the symbol.
This is code move change. I modified function names so that they are
appropriate as member functions, though. No functionality change
intended.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D62290
Files:
lld/ELF/Driver.cpp
lld/ELF/InputFiles.cpp
lld/ELF/LinkerScript.cpp
lld/ELF/SymbolTable.cpp
lld/ELF/SymbolTable.h
lld/ELF/Symbols.cpp
lld/ELF/Symbols.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62290.200882.patch
Type: text/x-patch
Size: 28924 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190523/d39bd415/attachment.bin>
More information about the llvm-commits
mailing list