This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 25220464477 Debug Info: Support fragmented variables in the MMI side table new 7cfa553c078 Revert "Debug Info: Support fragmented variables in the MMI [...] new 6d5fc4344ca Revert "Reland "[LLVM][llvm-objcopy] Added basic plumbing t [...]
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/DwarfDebug.cpp | 7 +- test/CMakeLists.txt | 1 - test/DebugInfo/X86/fi-piece.ll | 51 ---- test/tools/llvm-objcopy/basic-copy.test | 47 ---- test/tools/llvm-objcopy/empty-section.test | 55 ----- test/tools/llvm-objcopy/program-headers.test | 68 ------ tools/LLVMBuild.txt | 1 - tools/llvm-objcopy/CMakeLists.txt | 9 - tools/llvm-objcopy/LLVMBuild.txt | 21 -- tools/llvm-objcopy/Object.cpp | 341 --------------------------- tools/llvm-objcopy/Object.h | 150 ------------ tools/llvm-objcopy/llvm-objcopy.cpp | 99 -------- tools/llvm-objcopy/llvm-objcopy.h | 32 --- 13 files changed, 1 insertion(+), 881 deletions(-) delete mode 100644 test/DebugInfo/X86/fi-piece.ll delete mode 100644 test/tools/llvm-objcopy/basic-copy.test delete mode 100644 test/tools/llvm-objcopy/empty-section.test delete mode 100644 test/tools/llvm-objcopy/program-headers.test delete mode 100644 tools/llvm-objcopy/CMakeLists.txt delete mode 100644 tools/llvm-objcopy/LLVMBuild.txt delete mode 100644 tools/llvm-objcopy/Object.cpp delete mode 100644 tools/llvm-objcopy/Object.h delete mode 100644 tools/llvm-objcopy/llvm-objcopy.cpp delete mode 100644 tools/llvm-objcopy/llvm-objcopy.h