This website requires JavaScript.
Explore
Help
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-10-31 16:02:52 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
3d628952f6
llvm-mirror
/
test
/
TableGen
/
IntBitInit.td
7 lines
75 B
TableGen
Raw
Normal View
History
Unescape
Escape
s/tblgen/llvm-tblgen/g in a few missed places, including the tests llvm-svn: 141294
2011-10-06 15:39:59 +02:00
// RUN: llvm-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-21 00:08:45 +01:00
// XFAIL: vg_leak
New testcase llvm-svn: 7525
2003-08-03 20:28:09 +02:00
def
{
bit
A
=
1
;
int
B
=
A
;
}
Reference in New Issue
Copy Permalink