mirror of
https://github.com/RPCS3/llvm.git
synced 2026-07-19 23:23:38 -04:00
0bce05246e
This converts all sub-tests except one to YAML instead of precompiled inputs. Differential revision: https://reviews.llvm.org/D64800 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@366668 91177308-0d34-0410-b5e6-96231b3b80d8
15 lines
342 B
Plaintext
15 lines
342 B
Plaintext
# RUN: yaml2obj %s -o %t.wasm
|
|
# RUN: llvm-readobj -h %t.wasm \
|
|
# RUN: | FileCheck %s -DFILE=%t.wasm --strict-whitespace --match-full-lines
|
|
|
|
# CHECK:File: [[FILE]]
|
|
# CHECK-NEXT:Format: WASM
|
|
# CHECK-NEXT:Arch: wasm32
|
|
# CHECK-NEXT:AddressSize: 32bit
|
|
# CHECK-NEXT:Version: 0x1
|
|
# CHECK-NOT:{{.}}
|
|
|
|
--- !WASM
|
|
FileHeader:
|
|
Version: 0x00000001
|