mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-05 13:09:10 +00:00
7d3b145da4
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229798 91177308-0d34-0410-b5e6-96231b3b80d8
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"
|