mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
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:
parent
be6bf5668c
commit
dfe9a70c66
4
test/TableGen/Include.inc
Normal file
4
test/TableGen/Include.inc
Normal file
@ -0,0 +1,4 @@
|
||||
// This is used by the Include.td test
|
||||
def InInclude;
|
||||
|
||||
|
7
test/TableGen/Include.td
Normal file
7
test/TableGen/Include.td
Normal file
@ -0,0 +1,7 @@
|
||||
|
||||
def BeforeInclude;
|
||||
|
||||
include "Include.inc"
|
||||
|
||||
def AfterInclude;
|
||||
|
Loading…
Reference in New Issue
Block a user