repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
llvm
/
test
/
MC
/
WebAssembly
/
file-headers.ll
blob
326f193648278031a7afaa255100c8a73a9022fb
1
; RUN: llc -filetype=obj %s -o - | llvm-readobj --file-headers - | FileCheck %s
2
3
target triple = "wasm32-unknown-unknown"
4
5
; CHECK: Format: WASM{{$}}
6
; CHECK: Arch: wasm32{{$}}
7
; CHECK: AddressSize: 32bit{{$}}
8
; CHECK: Version: 0x1{{$}}