This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bc963136e0c [InstCombine] Don't strip function type casts from musttail calls new 8456cd08ba6 Remove llvm-mcmarkup. new aa2d256782e Align stubs for external and common global variables to poi [...]
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: lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 1 + test/CMakeLists.txt | 1 - test/CodeGen/X86/catch.ll | 6 +- test/MC/Markup/basic-markup.mc | 16 --- test/MC/Markup/lit.local.cfg | 2 - test/lit.cfg.py | 2 +- tools/LLVMBuild.txt | 1 - tools/llvm-mcmarkup/CMakeLists.txt | 5 - tools/llvm-mcmarkup/LLVMBuild.txt | 22 ---- tools/llvm-mcmarkup/llvm-mcmarkup.cpp | 223 ---------------------------------- 10 files changed, 7 insertions(+), 272 deletions(-) delete mode 100644 test/MC/Markup/basic-markup.mc delete mode 100644 test/MC/Markup/lit.local.cfg delete mode 100644 tools/llvm-mcmarkup/CMakeLists.txt delete mode 100644 tools/llvm-mcmarkup/LLVMBuild.txt delete mode 100644 tools/llvm-mcmarkup/llvm-mcmarkup.cpp