mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-03 01:12:53 +00:00
Mark test/TableGen/listconcat.td as XFAIL:vg_leak. llvm-tblgen is ignorant of vg_leak.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208337 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d41a985f33
commit
cb64c55ba4
@ -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"]);
|
||||
|
Loading…
Reference in New Issue
Block a user