OSDN Git Service

[WebAssembly] Change event section code to 13
authorHeejin Ahn <aheejin@gmail.com>
Wed, 5 Dec 2018 23:10:09 +0000 (23:10 +0000)
committerHeejin Ahn <aheejin@gmail.com>
Wed, 5 Dec 2018 23:10:09 +0000 (23:10 +0000)
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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@348424 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/BinaryFormat/Wasm.h
test/MC/WebAssembly/event-section.ll

index 3f56e23..f1d6e04 100644 (file)
@@ -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.
index 59cfe11..2138170 100644 (file)
@@ -53,6 +53,6 @@ define i32 @test_throw1(i8* %p) {
 ; CHECK-NEXT:         Flags:           [ BINDING_WEAK ]
 ; CHECK-NEXT:         Event:           0
 
-; SEC:          Type: EVENT (0xC)
+; SEC:          Type: EVENT (0xD)
 ; SEC-NEXT:     Size: 3
 ; SEC-NEXT:     Offset: 97