summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object/wasm-invalid-file.yaml
Commit message (Collapse)AuthorAgeFilesLines
* [WebAssembly] Object: Improve error messages on invalid sectionSam Clegg2019-04-201-0/+6
| | | | | | | | Also add a test. Differential Revision: https://reviews.llvm.org/D60836 llvm-svn: 358801
* Fix use of `echo` command in test scriptSam Clegg2018-05-301-1/+1
| | | | | | | | On win32 we use lit's executeBuiltinEcho to implement the echo command and this version only currently supports flags that are separate. llvm-svn: 333495
* [WebAssembly] Add more error checking to object file parsingSam Clegg2018-05-291-0/+16
This should address some of the assert failures the fuzzer has been finding such as: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=6719 Differential Revision: https://reviews.llvm.org/D47086 llvm-svn: 333459
OpenPOWER on IntegriCloud