llvm-project/llvm/test/ObjectYAML
Heejin Ahn feef720bb8 [WebAssembly] Check if the section order is correct
Summary:
This patch checks if the section order is correct when reading a wasm
object file in `WasmObjectFile` and converting YAML to wasm object in
yaml2wasm. (It is not possible to check when reading YAML because it is
handled exclusively by the YAML reader.)

This checks the ordering of all known sections (core sections + known
custom sections). This also adds section ID DataCount section that will
be scheduled to be added in near future.

Reviewers: sbc100

Subscribers: dschuff, mgorny, jgravelle-google, sunfish, llvm-commits

Differential Revision: https://reviews.llvm.org/D54924

llvm-svn: 349221
2018-12-15 00:58:12 +00:00
..
COFF obj2yaml: Correctly round-trip default alignment. 2018-05-04 16:28:41 +00:00
CodeView Resubmit [pdb] Change /DEBUG:GHASH to emit 8 byte hashes." 2018-05-17 22:55:15 +00:00
ELF [ObjectYAML] Handle SHF_COMPRESSED 2017-10-03 06:35:55 +00:00
MachO Make YAML quote forward slashes. 2018-10-12 16:31:20 +00:00
wasm [WebAssembly] Check if the section order is correct 2018-12-15 00:58:12 +00:00
lit.local.cfg