This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
abd8a8f3ae
llvm-project
/
llvm
/
test
/
FrontendC
/
2009-03-13-dbg.c
6 lines
91 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). llvm-svn: 120158
2010-11-26 05:24:35 +08:00
// RUN: %llvmgcc %s -S -g -o /dev/null
These tests pass on linux. llvm-svn: 67689
2009-03-26 00:43:59 +08:00
// XTARGET: darwin,linux
xfail these tests for now. llvm-svn: 67143
2009-03-18 08:44:45 +08:00
// XFAIL: *
Test case for rev. 66925 llvm-svn: 66927
2009-03-14 02:50:51 +08:00
void
foo
(
)
{
}