This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a2c6f638cb5 [DebugInfo] Handle -main-file-name correctly for asm source [...] new 3749668cd8f Revert r360902 "Resubmit: [Salvage] Change salvage debug info ..." new d3de3145006 [DebugInfo] Handle '# line "file"' correctly for asm source [...]
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/MC/MCParser/AsmParser.cpp | 15 +++++++++++++- lib/Transforms/Utils/Local.cpp | 23 ++-------------------- test/DebugInfo/salvage-cast-debug-info.ll | 25 ------------------------ test/MC/ELF/debug-hash-file.s | 21 ++++++++++++++++++++ test/Transforms/EarlyCSE/debug-info-undef.ll | 2 +- test/Transforms/InstCombine/cast-mul-select.ll | 2 -- test/Transforms/InstCombine/unavailable-debug.ll | 2 +- 7 files changed, 39 insertions(+), 51 deletions(-) delete mode 100755 test/DebugInfo/salvage-cast-debug-info.ll create mode 100644 test/MC/ELF/debug-hash-file.s