Revert "[llvm-objcopy] Initial support for wasm in llvm-objcopy"
authorDerek Schuff <dschuff@chromium.org>
Wed, 29 Jan 2020 21:12:56 +0000 (13:12 -0800)
committerDerek Schuff <dschuff@chromium.org>
Wed, 29 Jan 2020 21:12:56 +0000 (13:12 -0800)
commit5ea83eef4d6c70d49cd32474be3f0a1b2e81a901
tree99d8e15a5f20ad59a2f3f5ce23d8637be487af72
parent050cd443ca7c9dc9da9d2dcdfb4070bee7185c4e
Revert "[llvm-objcopy] Initial support for wasm in llvm-objcopy"

This reverts commit a928d127a52a061733d2e42c4c9159a267f7dbd4.

It seems to cause issues with big-endian architectures.
12 files changed:
llvm/include/llvm/Object/Wasm.h
llvm/test/tools/llvm-objcopy/wasm/basic-archive-copy.test [deleted file]
llvm/test/tools/llvm-objcopy/wasm/basic-copy.test [deleted file]
llvm/tools/llvm-objcopy/CMakeLists.txt
llvm/tools/llvm-objcopy/llvm-objcopy.cpp
llvm/tools/llvm-objcopy/wasm/Object.h [deleted file]
llvm/tools/llvm-objcopy/wasm/Reader.cpp [deleted file]
llvm/tools/llvm-objcopy/wasm/Reader.h [deleted file]
llvm/tools/llvm-objcopy/wasm/WasmObjcopy.cpp [deleted file]
llvm/tools/llvm-objcopy/wasm/WasmObjcopy.h [deleted file]
llvm/tools/llvm-objcopy/wasm/Writer.cpp [deleted file]
llvm/tools/llvm-objcopy/wasm/Writer.h [deleted file]