mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-10-29 23:12:55 +01:00
f4a9d636ea
llvm-svn: 211366
8 lines
147 B
LLVM
8 lines
147 B
LLVM
; Test the null streamer with a terget streamer.
|
|
; RUN: llc -O0 -filetype=null -mtriple=arm-linux < %s
|
|
|
|
define i32 @main() {
|
|
entry:
|
|
ret i32 0
|
|
}
|