This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2195dd2c4ba [WebAssembly] Expand symbol flags shown by llvm-objdump --symbols new a69ff48e6e0 Fix a minor grammar thinko. new c44c3275301 [WebAssembly] Add symbol flag to the binary format llvm.used
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/BinaryFormat/Wasm.h | 1 + include/llvm/MC/MCSymbolWasm.h | 7 +++++++ include/llvm/Passes/PassBuilder.h | 2 +- lib/MC/MCAsmInfoWasm.cpp | 1 + lib/MC/MCWasmStreamer.cpp | 4 ++++ lib/MC/WasmObjectWriter.cpp | 2 ++ lib/ObjectYAML/WasmYAML.cpp | 1 + test/MC/WebAssembly/no-dead-strip.ll | 21 +++++++++++++++++++++ tools/llvm-readobj/WasmDumper.cpp | 1 + 9 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 test/MC/WebAssembly/no-dead-strip.ll