mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-31 06:04:58 +00:00
f4498a4fd3
llvm-svn: 229798
10 lines
170 B
LLVM
10 lines
170 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
|
|
}
|
|
|
|
module asm ".fnstart"
|