mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-17 18:31:04 +00:00
7 lines
104 B
LLVM
7 lines
104 B
LLVM
|
; RUN: llvm-as < %s | llc -march=sparcv9
|
||
|
|
||
|
void %main() {
|
||
|
%tmp.0.i2.i = malloc [24 x sbyte]
|
||
|
ret void
|
||
|
}
|