This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bbbfad97fc1 [llvm-nm] Fix output formatting of -f sysv for 64bit targets new 02e6b043526 [X86] Don't pull carry through X86ISD::ADD carryin, -1 if w [...] new 209d3c2d39c [WebAssembly] Validate exports when parsing object files
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: include/llvm/Object/Wasm.h | 2 + lib/Object/WasmObjectFile.cpp | 8 ++++ lib/Target/X86/X86ISelLowering.cpp | 67 +++++++++++++++++++++---------- test/ObjectYAML/wasm/export_section.yaml | 14 +++++++ test/ObjectYAML/wasm/invalid_export.yaml | 13 ++++++ test/tools/llvm-nm/wasm/exports.yaml | 19 +++++++++ test/tools/llvm-nm/wasm/weak-symbols.yaml | 19 +++++++++ 7 files changed, 120 insertions(+), 22 deletions(-) create mode 100644 test/ObjectYAML/wasm/invalid_export.yaml