llvm-project/llvm/lib/ObjCopy/wasm
Derek Schuff 2ae385e560 [WebAssembly] Add WASM_SEC_LAST_KNOWN to BinaryFormat section types list [NFC]
There are 3 places where we were using WASM_SEC_TAG as the "last" known
section type, which requires updating (or leaves a bug) when a new known
section type is added. Instead add a "last type" to the enum for this
purpose.

Differential Revision: https://reviews.llvm.org/D127164
2022-06-07 12:05:23 -07:00
..
WasmObjcopy.cpp [objcopy] Refactor CommonConfig to add posibility to specify added/updated sections as MemoryBuffer. 2022-03-01 14:49:41 +03:00
WasmObject.cpp
WasmObject.h
WasmReader.cpp [WebAssembly] Add WASM_SEC_LAST_KNOWN to BinaryFormat section types list [NFC] 2022-06-07 12:05:23 -07:00
WasmReader.h
WasmWriter.cpp
WasmWriter.h