This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
ba198e661e
llvm-project
/
llvm
/
test
/
TableGen
/
Include.td
8 lines
86 B
TableGen
Raw
Normal View
History
Unescape
Escape
For PR1319: Upgrade to new test harness llvm-svn: 36070
2007-04-15 18:26:05 +08:00
// RUN: tblgen -I %p %s
Add test of file inclusion capability for bugpoint llvm-svn: 7435
2003-07-31 04:55:37 +08:00
def
BeforeInclude
;
include
"Include.inc"
def
AfterInclude
;