mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-27 14:24:40 +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.
|
||||
//
|
||||
// RUN: tblgen < %s
|
||||
// XFAIL: vg_leak
|
||||
|
||||
/* Foo
|
||||
bar
|
||||
|
@ -1,4 +1,5 @@
|
||||
// RUN: tblgen -I %p %s
|
||||
// XFAIL: vg_leak
|
||||
def BeforeInclude;
|
||||
|
||||
include "Include.inc"
|
||||
|
@ -1,4 +1,5 @@
|
||||
// RUN: tblgen < %s
|
||||
// XFAIL: vg_leak
|
||||
|
||||
/* foo
|
||||
|
||||
|
Reference in New Issue
Block a user