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-12 22:26:14 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
2602f436be
llvm
/
test
/
FrontendC
/
2009-03-13-dbg.c
6 lines
85 B
C
Raw
Normal View
History
Unescape
Escape
xfail these tests for now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67143 91177308-0d34-0410-b5e6-96231b3b80d8
2009-03-18 00:44:45 +00:00
// RUN: %llvmgcc %s -c -g -o /dev/null
These tests are now passing on Darwin because of r67139. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67215 91177308-0d34-0410-b5e6-96231b3b80d8
2009-03-18 17:45:11 +00:00
// XTARGET: darwin
xfail these tests for now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67143 91177308-0d34-0410-b5e6-96231b3b80d8
2009-03-18 00:44:45 +00:00
// XFAIL: *
Test case for rev. 66925 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66927 91177308-0d34-0410-b5e6-96231b3b80d8
2009-03-13 18:50:51 +00:00
void
foo
(
)
{
}
Reference in New Issue
Copy Permalink