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-12-20 09:30:43 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
0ffd4a09df
llvm-6502
/
test
/
FrontendC
/
2003-11-13-TypeSafety.c
6 lines
99 B
C
Raw
Normal View
History
Unescape
Escape
Remove explicit uses of -emit-llvm, the test infrastructure adds it automatically. Use -S with llvm-gcc rather than -c, so tests can work when llvm-gcc is really dragonegg (which can output IR with -S but not -c). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120158 91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-25 21:24:35 +00:00
// RUN: %llvmgcc -xc %s -S -o - | grep getelementptr
NEW testcase for PR84 :( git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9967 91177308-0d34-0410-b5e6-96231b3b80d8
2003-11-13 06:19:56 +00:00
int
*
test
(
int
*
X
,
int
Y
)
{
return
X
+
Y
;
}
Reference in New Issue
Copy Permalink