summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm/BinaryFormat/Wasm.h
diff options
context:
space:
mode:
authorHeejin Ahn <aheejin@gmail.com>2018-12-05 23:10:09 +0000
committerHeejin Ahn <aheejin@gmail.com>2018-12-05 23:10:09 +0000
commit3e5cc0b6ef3638b3078ee8b55d5d2cac16a7bc3e (patch)
tree3f311f236042130f7fcf0384244959806ba5f5a3 /llvm/include/llvm/BinaryFormat/Wasm.h
parent998ececef0e28adc96edea5a288fd76c1f56187e (diff)
downloadbcm5719-llvm-3e5cc0b6ef3638b3078ee8b55d5d2cac16a7bc3e.tar.gz
bcm5719-llvm-3e5cc0b6ef3638b3078ee8b55d5d2cac16a7bc3e.zip
[WebAssembly] Change event section code to 13
Summary: We decided to change the event section code from 12 to 13 as new `DataCount` section in the bulk memory operations proposal will take the code 12 instead. Reviewers: sbc100 Subscribers: dschuff, jgravelle-google, sunfish, llvm-commits Differential Revision: https://reviews.llvm.org/D55343 llvm-svn: 348424
Diffstat (limited to 'llvm/include/llvm/BinaryFormat/Wasm.h')
-rw-r--r--llvm/include/llvm/BinaryFormat/Wasm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/BinaryFormat/Wasm.h b/llvm/include/llvm/BinaryFormat/Wasm.h
index 3f56e23addb..f1d6e045038 100644
--- a/llvm/include/llvm/BinaryFormat/Wasm.h
+++ b/llvm/include/llvm/BinaryFormat/Wasm.h
@@ -199,7 +199,7 @@ enum : unsigned {
WASM_SEC_ELEM = 9, // Elements section
WASM_SEC_CODE = 10, // Function bodies (code)
WASM_SEC_DATA = 11, // Data segments
- WASM_SEC_EVENT = 12 // Event declarations
+ WASM_SEC_EVENT = 13 // Event declarations
};
// Type immediate encodings used in various contexts.
OpenPOWER on IntegriCloud