This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bd873c23e16 [ORC] Remove some unused lambda captures. new 7583f3e2412 [ORC] Use explicit constructor calls to fix a builder error [...] new 4d5131f3a58 Fix a crash when emitting DIEs for variable-length arrays
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/DwarfCompileUnit.cpp | 30 ++++++++- lib/CodeGen/AsmPrinter/DwarfFile.cpp | 39 +++--------- lib/CodeGen/AsmPrinter/DwarfFile.h | 14 +++- lib/ExecutionEngine/Orc/OrcCBindingsStack.h | 6 +- test/DebugInfo/X86/vla-dependencies.ll | 99 +++++++++++++++++++++++++++++ 5 files changed, 152 insertions(+), 36 deletions(-) create mode 100644 test/DebugInfo/X86/vla-dependencies.ll