This website requires JavaScript.
Explore
Help
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2024-10-30 23:42:52 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
aeddf14f03
llvm-mirror
/
test
/
Regression
/
TableGen
/
Include.td
8 lines
96 B
TableGen
Raw
Normal View
History
Unescape
Escape
Tell tblgen exactly where to find the include file. llvm-svn: 21822
2005-05-09 21:32:08 +02:00
// RUN: tblgen -I `dirname %s` %s
Add test of file inclusion capability for bugpoint llvm-svn: 7435
2003-07-30 22:55:37 +02:00
def
BeforeInclude
;
include
"Include.inc"
def
AfterInclude
;
Reference in New Issue
Copy Permalink