summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm/BinaryFormat/Wasm.h
diff options
context:
space:
mode:
authorMike Edwards <mike@sqlby.me>2017-09-20 01:21:02 +0000
committerMike Edwards <mike@sqlby.me>2017-09-20 01:21:02 +0000
commitb487bf45f0d457e9811b4345ab8304b76213b302 (patch)
treeb5443f77c1fbe9b45d913aa10856243db3a86c8d /llvm/include/llvm/BinaryFormat/Wasm.h
parent66a004ac0c25fd200e0b6403aa7b0e93fac0bf4f (diff)
downloadbcm5719-llvm-b487bf45f0d457e9811b4345ab8304b76213b302.tar.gz
bcm5719-llvm-b487bf45f0d457e9811b4345ab8304b76213b302.zip
Reverting due to Green Dragon bot failure.
http://green.lab.llvm.org/green/job/clang-stage1-cmake-RA-incremental/42594/ llvm-svn: 313706
Diffstat (limited to 'llvm/include/llvm/BinaryFormat/Wasm.h')
-rw-r--r--llvm/include/llvm/BinaryFormat/Wasm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/include/llvm/BinaryFormat/Wasm.h b/llvm/include/llvm/BinaryFormat/Wasm.h
index 53a812b2777..23e30b7a868 100644
--- a/llvm/include/llvm/BinaryFormat/Wasm.h
+++ b/llvm/include/llvm/BinaryFormat/Wasm.h
@@ -97,7 +97,6 @@ struct WasmDataSegment {
uint32_t MemoryIndex;
WasmInitExpr Offset;
ArrayRef<uint8_t> Content;
- StringRef Name;
};
struct WasmElemSegment {
@@ -185,7 +184,6 @@ enum : unsigned {
WASM_SYMBOL_INFO = 0x2,
WASM_DATA_SIZE = 0x3,
WASM_DATA_ALIGNMENT = 0x4,
- WASM_SEGMENT_NAMES = 0x5,
};
enum : unsigned {
OpenPOWER on IntegriCloud