mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
749ad73510
Previously only the error codes were reported which meant that useful information about malformed inputs was not shown. Differential Revision: https://reviews.llvm.org/D34008 llvm-svn: 305609
7 lines
167 B
YAML
7 lines
167 B
YAML
# RUN: yaml2obj %s | not obj2yaml 2>&1 | FileCheck %s
|
|
--- !WASM
|
|
FileHeader:
|
|
Version: 0x00000002
|
|
...
|
|
# CHECK: Error reading file: <stdin>: Bad version number
|