This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2ff6bc0 [gtest] Detect warning flags using the positive spelling. new 41b68ff [PM] Edit comments on PM Proxy and utility classes. new 12722f7 [ThinLTO] Optionally ignore empty index file new 17b59bf [ThinLTO] Handle conflicting local names gracefully
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/IR/PassManager.h | 127 +++++++++++------------- lib/Object/ModuleSummaryIndexObjectFile.cpp | 8 ++ lib/Transforms/Utils/FunctionImportUtils.cpp | 15 +-- test/ThinLTO/X86/Inputs/local_name_conflict1.ll | 17 ++++ test/ThinLTO/X86/Inputs/local_name_conflict2.ll | 17 ++++ test/ThinLTO/X86/local_name_conflict.ll | 29 ++++++ 6 files changed, 140 insertions(+), 73 deletions(-) create mode 100644 test/ThinLTO/X86/Inputs/local_name_conflict1.ll create mode 100644 test/ThinLTO/X86/Inputs/local_name_conflict2.ll create mode 100644 test/ThinLTO/X86/local_name_conflict.ll