mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-05 14:34:55 +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:
parent
54f8a9f54d
commit
06a531ff63
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user