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-16 11:05:54 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
b64b497000
llvm-6502
/
test
/
FrontendC
/
2007-11-07-AlignedMemcpy.c
5 lines
73 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 -S %s -o /dev/null
Add testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43839 91177308-0d34-0410-b5e6-96231b3b80d8
2007-11-07 19:36:26 +00:00
void
bork
(
)
{
int
Qux
[
33
]
=
{
0
}
;
}
Reference in New Issue
Copy Permalink