mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-13 08:26:02 +00:00
We don't care if TableGen leaks memory.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138634 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
// Test that multiline, nested, comments work correctly.
|
// Test that multiline, nested, comments work correctly.
|
||||||
//
|
//
|
||||||
// RUN: tblgen < %s
|
// RUN: tblgen < %s
|
||||||
|
// XFAIL: vg_leak
|
||||||
|
|
||||||
/* Foo
|
/* Foo
|
||||||
bar
|
bar
|
||||||
|
@@ -1,4 +1,5 @@
|
|||||||
// RUN: tblgen -I %p %s
|
// RUN: tblgen -I %p %s
|
||||||
|
// XFAIL: vg_leak
|
||||||
def BeforeInclude;
|
def BeforeInclude;
|
||||||
|
|
||||||
include "Include.inc"
|
include "Include.inc"
|
||||||
|
@@ -1,4 +1,5 @@
|
|||||||
// RUN: tblgen < %s
|
// RUN: tblgen < %s
|
||||||
|
// XFAIL: vg_leak
|
||||||
|
|
||||||
/* foo
|
/* foo
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user