This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4692382 [mips] Remove absolute size assertion for end directive new 055ebfa Object: Handle files without a dynamic symbol table. new efcd8f2 FunctionImport: Use IRMover directly. new fa65bcf ModuleLinker: Remove importing support. NFCI.
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/Linker/Linker.h | 9 +-- include/llvm/Object/ELFObjectFile.h | 2 + .../llvm/Transforms/Utils/FunctionImportUtils.h | 11 ++-- lib/Linker/LinkModules.cpp | 71 ++++------------------ lib/Transforms/IPO/FunctionImport.cpp | 19 +++--- lib/Transforms/Utils/FunctionImportUtils.cpp | 14 ++--- test/Object/nm-shared-object.test | 2 + 7 files changed, 41 insertions(+), 87 deletions(-)