repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Inliner pass header file was moved.
[llvm-complete.git]
/
utils
/
NLT.schema
blob
1d4b44797391add9943b2c4a6cef40794185ef5b
1
CREATE TABLE `Tests` (
2
`NAME` varchar(255) NOT NULL default '',
3
`RUN` date NOT NULL default '0000-00-00',
4
`TEST` varchar(32) NOT NULL default '',
5
`VALUE` double NOT NULL default '0',
6
KEY `name_index` (`NAME`)
7
) ENGINE=MyISAM DEFAULT CHARSET=latin1