This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2024-11-19 01:13:25 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
73d2f15fb5
llvm-6502
/
test
/
LLVMC
/
emit-llvm.c
5 lines
90 B
C
Raw
Normal View
History
Unescape
Escape
Since the old llvmc was removed, rename llvmc2 to llvmc. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60048 91177308-0d34-0410-b5e6-96231b3b80d8
2008-11-25 21:38:12 +00:00
// RUN: llvmc -c -emit-llvm -o - %s | llvm-dis | grep "@f0()" | count 1
LLVMC2: -emit-llvm stops compilation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59586 91177308-0d34-0410-b5e6-96231b3b80d8
2008-11-19 04:15:56 +00:00
int
f0
(
void
)
{
}
Reference in New Issue
Copy Permalink