projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d41a985
)
Mark test/TableGen/listconcat.td as XFAIL:vg_leak. llvm-tblgen is ignorant of vg_leak.
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Thu, 8 May 2014 17:06:10 +0000
(17:06 +0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Thu, 8 May 2014 17:06:10 +0000
(17:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208337
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/TableGen/listconcat.td
patch
|
blob
|
history
diff --git
a/test/TableGen/listconcat.td
b/test/TableGen/listconcat.td
index 870e649d41dc2e79fc6f916b1e5ae7ca1f4cfadf..d055ae65575ffb22a91f60e22f165909e277f3e7 100644
(file)
--- a/
test/TableGen/listconcat.td
+++ b/
test/TableGen/listconcat.td
@@
-1,4
+1,5
@@
// RUN: llvm-tblgen %s | FileCheck %s
+// XFAIL: vg_leak
// CHECK: class Y<list<string> Y:S = ?> {
// CHECK: list<string> T1 = !listconcat(Y:S, ["foo"]);