This website requires JavaScript.
Explore
Help
Register
Sign In
RPCSX
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/RPCSX/llvm.git
synced
2024-12-03 17:31:50 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
ee23318db7
llvm
/
test
/
TableGen
/
Include.td
9 lines
92 B
TableGen
Raw
Normal View
History
Unescape
Escape
s/tblgen/llvm-tblgen/g in a few missed places, including the tests git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141294 91177308-0d34-0410-b5e6-96231b3b80d8
2011-10-06 13:39:59 +00:00
// RUN: llvm-tblgen -I %p %s
Remove 6 of XFAIL(s) in llvm/test/TableGen, since r193736. They have been XPASSing. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194352 91177308-0d34-0410-b5e6-96231b3b80d8
2013-11-10 14:25:44 +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
2003-07-30 20:55:37 +00:00
def
BeforeInclude
;
include
"Include.inc"
def
AfterInclude
;
Reference in New Issue
Copy Permalink