mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-18 07:31:21 +00:00

- Also, switch tests to not using llvm-as. They run 20% faster now, not that it matters. llvm-svn: 118952
7 lines
62 B
LLVM
7 lines
62 B
LLVM
; RUN: lli %s > /dev/null
|
|
|
|
define i32 @main() {
|
|
ret i32 0
|
|
}
|
|
|