Add test of file inclusion capability for bugpoint

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7435 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-07-30 20:55:37 +00:00
parent be6bf5668c
commit dfe9a70c66
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,4 @@
// This is used by the Include.td test
def InInclude;

7
test/TableGen/Include.td Normal file
View File

@ -0,0 +1,7 @@
def BeforeInclude;
include "Include.inc"
def AfterInclude;