[PATCH] D25590: Add initial support for WebAssembly binary format

Dan Gohman via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 20 13:01:45 PDT 2016


sunfish added inline comments.


================
Comment at: include/llvm/Object/Wasm.h:41
+  WASM_SEC_DATA = 11
+};
+
----------------
It might be a little more consistent with the code for other container formats to move these enums and magic numbers toinclude/llvm/Support/Wasm.h.


https://reviews.llvm.org/D25590





More information about the llvm-commits mailing list