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
b88ea354fe
llvm-project
/
llvm
/
test
/
TableGen
/
2003-08-03-PassCode.td
8 lines
101 B
TableGen
Raw
Normal View
History
Unescape
Escape
s/tblgen/llvm-tblgen/g in a few missed places, including the tests llvm-svn: 141294
2011-10-06 21:39:59 +08:00
// RUN: llvm-tblgen %s
New testcase llvm-svn: 7560
2003-08-04 12:53:13 +08:00
class
test
<
code
C
>
{
code
Code
=
C
;
}
def
foo
:
test
<
[{ hello world! }]
>
;