This website requires JavaScript.
Explore
Help
Register
Sign In
RPCSX
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/RPCSX/llvm.git
synced
2024-12-13 23:18:51 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
be5cbaa627
llvm
/
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