This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from abb2646f5ab [InstCombine] fix crash due to ignored addrspacecast new 67ebb421ce0 Revert "[Option] Fix PR37006 prefix choice in findNearest" new b67613ea0a9 [WebAssembly] Move toString helpers to BinaryFormat
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 | 3 +++ include/llvm/Object/Wasm.h | 3 ++- lib/BinaryFormat/CMakeLists.txt | 3 ++- lib/BinaryFormat/Wasm.cpp | 34 ++++++++++++++++++++++++ lib/MC/LLVMBuild.txt | 2 +- lib/MC/WasmObjectWriter.cpp | 28 +------------------- lib/Option/OptTable.cpp | 48 +++++++++++++++++----------------- unittests/Option/OptionParsingTest.cpp | 4 --- unittests/Option/Opts.td | 1 - 9 files changed, 67 insertions(+), 59 deletions(-) create mode 100644 lib/BinaryFormat/Wasm.cpp