This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7e9fa84 [WebAssembly] Basic TargetTransformInfo support for SIMD128. new ad092ca [ThinLTO] Refactor module loader handling into new LTO file (NFC) new bc88e8b test: Be consistent with clang's sanitizer lit config
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/LTO/LTO.h | 52 ++++++++++++++++++++++++++++++++++++++++ lib/LTO/CMakeLists.txt | 1 + lib/LTO/LTO.cpp | 42 ++++++++++++++++++++++++++++++++ lib/LTO/ThinLTOCodeGenerator.cpp | 44 +--------------------------------- test/lit.cfg | 9 +++---- 5 files changed, 101 insertions(+), 47 deletions(-) create mode 100644 include/llvm/LTO/LTO.h create mode 100644 lib/LTO/LTO.cpp