|  2ae385e560 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 | ||
|---|---|---|
| .. | ||
| COFF | ||
| ELF | ||
| MachO | ||
| XCOFF | ||
| wasm | ||
| Archive.cpp | ||
| Archive.h | ||
| CMakeLists.txt | ||
| CommonConfig.cpp | ||
| ConfigManager.cpp | ||
| ObjCopy.cpp | ||