Add Kaleidoscope regression tests.
authorLang Hames <lhames@gmail.com>
Thu, 27 Aug 2015 18:13:34 +0000 (18:13 +0000)
committerLang Hames <lhames@gmail.com>
Thu, 27 Aug 2015 18:13:34 +0000 (18:13 +0000)
commitb325a1ace53c1f0b1b38505fefeb08114f40dc10
treeab62639f1f02696b1bfd37cea626b6df495fc3b4
parent2b96ce62f49d4701bc9880e27ebc894a371342e2
Add Kaleidoscope regression tests.

These will be run if LLVM_BUILD_EXAMPLES is enabled.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@246175 91177308-0d34-0410-b5e6-96231b3b80d8
21 files changed:
docs/tutorial/LangImpl4.rst
examples/Kaleidoscope/Chapter4/CMakeLists.txt
examples/Kaleidoscope/Chapter4/toy.cpp
examples/Kaleidoscope/Chapter5/CMakeLists.txt
examples/Kaleidoscope/Chapter5/toy.cpp
examples/Kaleidoscope/Chapter6/CMakeLists.txt
examples/Kaleidoscope/Chapter6/toy.cpp
examples/Kaleidoscope/Chapter7/CMakeLists.txt
examples/Kaleidoscope/Chapter7/toy.cpp
examples/Kaleidoscope/Chapter8/CMakeLists.txt
examples/Kaleidoscope/Chapter8/toy.cpp
test/CMakeLists.txt
test/Examples/Kaleidoscope/Chapter3.test [new file with mode: 0644]
test/Examples/Kaleidoscope/Chapter4.test [new file with mode: 0644]
test/Examples/Kaleidoscope/Chapter5.test [new file with mode: 0644]
test/Examples/Kaleidoscope/Chapter6.test [new file with mode: 0644]
test/Examples/Kaleidoscope/Chapter7.test [new file with mode: 0644]
test/Examples/lit.local.cfg [new file with mode: 0644]
test/Makefile
test/lit.cfg
test/lit.site.cfg.in