This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0c34fa1 Fix 32-bit build. new bfb6d1a Revert r299168 and r299169 due to library dependency issues.
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/LTO/LTO.h | 207 +++++++++++++++++++++------- include/llvm/Object/IRSymtab.h | 298 ----------------------------------------- lib/LTO/LTO.cpp | 212 +++++++++++++++++------------ lib/Object/CMakeLists.txt | 1 - lib/Object/IRSymtab.cpp | 228 ------------------------------- tools/gold/gold-plugin.cpp | 4 +- 6 files changed, 291 insertions(+), 659 deletions(-) delete mode 100644 include/llvm/Object/IRSymtab.h delete mode 100644 lib/Object/IRSymtab.cpp