This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 052c9ee Verifier: Simplify and fix issue where we were not verifying [...] new 968f991 [codeview] Emit information about global variables new 2fce618 Attempt to work around lack of std::map::emplace in libstdc++4.7
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/CodeViewDebug.cpp | 105 +++++++++++++++++----- lib/CodeGen/AsmPrinter/CodeViewDebug.h | 11 +++ lib/DebugInfo/Symbolize/Symbolize.cpp | 3 +- test/DebugInfo/COFF/asm.ll | 11 ++- test/DebugInfo/COFF/globals.ll | 146 +++++++++++++++++++++++++++++++ test/DebugInfo/COFF/multifile.ll | 4 +- test/DebugInfo/COFF/simple.ll | 14 +-- 7 files changed, 260 insertions(+), 34 deletions(-) create mode 100644 test/DebugInfo/COFF/globals.ll