This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bb71c25acf7 Added LLVM_FALLTHROUGH to address warning: this statement m [...] new 1c5a50caa76 Added LLVM_FALLTHROUGH to address warning: this statement m [...] new b2ab273ef39 [MachOObject] Fix bind opcode parser error on valid opcode [...] new c2094c16f90 [EH] Fix the LSDA that we emit for unknown EH personalities
The 3 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/Analysis/ValueTracking.cpp | 1 + lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 19 +++++++++++++++---- lib/CodeGen/AsmPrinter/EHStreamer.cpp | 2 +- lib/Object/MachOObjectFile.cpp | 2 +- test/CodeGen/X86/eh-unknown.ll | 32 ++++++++++++++++++++++++++++++++ 5 files changed, 50 insertions(+), 6 deletions(-) create mode 100644 test/CodeGen/X86/eh-unknown.ll