This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 12f795f296a [docs] Fix typo new c543215de3b [ThinLTO]LTO]Legacy] Fix dependent libraries support by add [...] new 0276d515947 [XCore] CombineSTORE - Use allowsMemoryAccess wrapper. NFCI.
The 2 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-c/lto.h | 50 ++++++++++++++++++++----- include/llvm/LTO/legacy/LTOModule.h | 11 +++++- lib/LTO/LTOModule.cpp | 32 +++++++++++++--- lib/Target/XCore/XCoreISelLowering.cpp | 12 ++---- test/LTO/X86/Inputs/list-dependent-libraries.ll | 6 +++ test/LTO/X86/list-dependent-libraries.ll | 18 +++++++++ test/tools/llvm-lto/error.ll | 3 ++ tools/llvm-lto/llvm-lto.cpp | 43 ++++++++++++++++++--- tools/lto/lto.cpp | 25 +++++++++++-- tools/lto/lto.exports | 4 ++ 10 files changed, 169 insertions(+), 35 deletions(-) create mode 100644 test/LTO/X86/Inputs/list-dependent-libraries.ll create mode 100644 test/LTO/X86/list-dependent-libraries.ll