summaryrefslogtreecommitdiffstats
path: root/llvm/examples/Kaleidoscope/Chapter8/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* New Kaleidoscope chapter: Creating object filesWilfred Hughes2016-07-021-5/+1
| | | | | | | | | | | | This new chapter describes compiling LLVM IR to object files. The new chaper is chapter 8, so later chapters have been renumbered. Since this brings us to 10 chapters total, I've also needed to rename the other chapters to use two digit numbering. Differential Revision: http://reviews.llvm.org/D18070 llvm-svn: 274441
* Recommit r246175 - Add Kaleidoscope regression tests, with a fix to make sureLang Hames2015-08-271-0/+2
| | | | | | the kaleidoscope 'library' functions aren't dead-stripped in release builds. llvm-svn: 246201
* Revert r246175 to get builder green again.Lang Hames2015-08-271-2/+0
| | | | llvm-svn: 246185
* Add Kaleidoscope regression tests.Lang Hames2015-08-271-0/+2
| | | | | | These will be run if LLVM_BUILD_EXAMPLES is enabled. llvm-svn: 246175
* Kaleidoscope: Prune unused libdeps.NAKAMURA Takumi2015-08-271-2/+0
| | | | llvm-svn: 246126
* Kaleidoscope: Update libdeps corresponding to r246002.NAKAMURA Takumi2015-08-261-0/+1
| | | | llvm-svn: 246025
* [Kaleidoscope] Remove RTTI use from chapters 7 and 8.Lang Hames2015-04-221-4/+0
| | | | llvm-svn: 235541
* Rework r233647, "llvm/examples: Suppress building a few JIT examples."NAKAMURA Takumi2015-03-311-1/+1
| | | | | | It didn't work with "install". llvm-svn: 233708
* llvm/examples: Suppress building a few JIT examples.NAKAMURA Takumi2015-03-311-0/+2
| | | | | | examples/ExceptionDemo/CMakeFiles/ExceptionDemo.dir/ExceptionDemo.cpp.o:(.data.rel.ro._ZTIN4llvm18MCJITMemoryManagerE[_ZTIN4llvm18MCJITMemoryManagerE]+0x10): undefined reference to `typeinfo for llvm::RuntimeDyld::MemoryManager' llvm-svn: 233647
* llvm/examples: Add RuntimeDyld as libdeps.NAKAMURA Takumi2015-03-311-0/+1
| | | | llvm-svn: 233646
* Reorder.NAKAMURA Takumi2015-01-191-1/+1
| | | | llvm-svn: 226419
* [CMake] examples/Kaleidoscope: Prune redundant libdeps.NAKAMURA Takumi2015-01-191-5/+0
| | | | llvm-svn: 226418
* cmake: Add Kaleidoscope targetDuncan P. N. Exon Smith2015-01-061-1/+1
| | | | llvm-svn: 225318
* Once more on the cmake build. nativecodegen->native on the dependencies.Eric Christopher2014-12-081-1/+1
| | | | | | Thanks to Rafael Espindola for testing assistance. llvm-svn: 223678
* Attempt to fix the cmake build by requiring mcjit on the cmakeEric Christopher2014-12-081-0/+1
| | | | | | dependencies for the KS tutorials llvm-svn: 223677
* Add Chapter 8 to the Kaleidoscope tutorial. This chapter addsEric Christopher2014-12-081-0/+17
a description of how to add debug information using DWARF and DIBuilder to the language. Thanks to David Blaikie for his assistance with this tutorial. llvm-svn: 223671
OpenPOWER on IntegriCloud