
The data layout strings do not have any effect on llc tests and will become misleadingly out of date as we continue to update the canonical data layout, so remove them from the tests. Differential Revision: https://reviews.llvm.org/D105842
9 lines
237 B
LLVM
9 lines
237 B
LLVM
; RUN: llc -filetype=obj %s -o - | llvm-readobj --file-headers - | FileCheck %s
|
|
|
|
target triple = "wasm32-unknown-unknown"
|
|
|
|
; CHECK: Format: WASM{{$}}
|
|
; CHECK: Arch: wasm32{{$}}
|
|
; CHECK: AddressSize: 32bit{{$}}
|
|
; CHECK: Version: 0x1{{$}}
|