This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c646992975f [LegalizeVectorTypes] When widening the operands to a conca [...] new c206978e8af Revert BTF commit series.
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/MC/MCBTFContext.h | 361 ------------------------ include/llvm/MC/MCContext.h | 7 - include/llvm/MC/MCObjectFileInfo.h | 8 - include/llvm/MC/MCObjectStreamer.h | 1 - lib/CodeGen/AsmPrinter/CMakeLists.txt | 1 - lib/CodeGen/AsmPrinter/Dwarf2BTF.cpp | 501 ---------------------------------- lib/CodeGen/AsmPrinter/Dwarf2BTF.h | 133 --------- lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 10 - lib/CodeGen/AsmPrinter/DwarfDebug.h | 3 - lib/CodeGen/AsmPrinter/DwarfFile.cpp | 10 - lib/CodeGen/AsmPrinter/DwarfFile.h | 7 +- lib/MC/CMakeLists.txt | 2 - lib/MC/MCBTFContext.cpp | 229 ---------------- lib/MC/MCContext.cpp | 11 +- lib/MC/MCDwarf2BTF.cpp | 102 ------- lib/MC/MCDwarf2BTF.h | 30 -- lib/MC/MCObjectFileInfo.cpp | 3 - lib/MC/MCObjectStreamer.cpp | 34 --- 18 files changed, 4 insertions(+), 1449 deletions(-) delete mode 100644 include/llvm/MC/MCBTFContext.h delete mode 100644 lib/CodeGen/AsmPrinter/Dwarf2BTF.cpp delete mode 100644 lib/CodeGen/AsmPrinter/Dwarf2BTF.h delete mode 100644 lib/MC/MCBTFContext.cpp delete mode 100644 lib/MC/MCDwarf2BTF.cpp delete mode 100644 lib/MC/MCDwarf2BTF.h