projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[TableGen] Use SmallString instead of std::string to build up a string to avoid heap...
[oota-llvm.git]
/
test
/
TableGen
/
Include.td
1
// RUN: llvm-tblgen -I %p %s
2
3
def BeforeInclude;
4
5
include "Include.inc"
6
7
def AfterInclude;
8