This website requires JavaScript.
Explore
Help
Register
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2024-12-14 07:09:08 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
76bd4e6f75
llvm-mirror
/
test
/
TableGen
/
IntBitInit.td
7 lines
70 B
TableGen
Raw
Normal View
History
Unescape
Escape
New testcase llvm-svn: 7525
2003-08-03 18:28:09 +00:00
// RUN: tblgen %s
Add support for XFAILing valgrind runs with memory leak checking independently of runs without leak checking. We add -vg to the triple for non-checked runs, or -vg_leak for checked runs. Also use this to XFAIL the TableGen tests, since tablegen leaks like a sieve. This includes some valgrindArgs refactoring. llvm-svn: 99103
2010-03-20 23:08:45 +00:00
// XFAIL: vg_leak
New testcase llvm-svn: 7525
2003-08-03 18:28:09 +00:00
def
{
bit
A
=
1
;
int
B
=
A
;
}
Reference in New Issue
Copy Permalink