aboutsummaryrefslogtreecommitdiffstats
path: root/test/LLVMC/Init.td
Commit message (Collapse)AuthorAgeFilesLines
* Validate the generated C++ code in llvmc tests.Mikhail Glushenkov2009-12-151-0/+1
| | | | | | | | | | Checks that the code generated by 'tblgen --emit-llvmc' can be actually compiled. Also fixes two bugs found in this way: - forward_transformed_value didn't work with non-list arguments - cl::ZeroOrOne is now called cl::Optional git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91404 91177308-0d34-0410-b5e6-96231b3b80d8
* Pipe 'grep' output to 'count'.Mikhail Glushenkov2009-12-151-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91403 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a test for the 'init' option property.Mikhail Glushenkov2009-12-141-0/+22
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91259 91177308-0d34-0410-b5e6-96231b3b80d8