summaryrefslogtreecommitdiff
path: root/test/binary/missing-function-section-empty-code-section.txt
Commit message (Collapse)AuthorAgeFilesLines
* Handle mismatch in function/code section (#959)Ben Smith2018-11-281-0/+7
If the function section is present, and has a non-zero count, then if the code section is absent the module should not validate. If either section is missing, but the count is zero it is OK.