This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 73389a219db Revert "[ThinLTO] Add debug output to test" new 43658456ae9 Revert "[ThinLTO] Ensure we always select the same function [...]
The 1 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/Transforms/IPO/FunctionImport.h | 16 +-- lib/LTO/LTO.cpp | 4 +- lib/Transforms/IPO/FunctionImport.cpp | 157 +++++++++------------ .../FunctionImport/Inputs/funcimport_resolved1.ll | 34 ----- .../FunctionImport/Inputs/funcimport_resolved2.ll | 6 - .../FunctionImport/funcimport_resolved.ll | 52 ------- tools/llvm-link/llvm-link.cpp | 2 +- 7 files changed, 77 insertions(+), 194 deletions(-) delete mode 100644 test/Transforms/FunctionImport/Inputs/funcimport_resolved1.ll delete mode 100644 test/Transforms/FunctionImport/Inputs/funcimport_resolved2.ll delete mode 100644 test/Transforms/FunctionImport/funcimport_resolved.ll