blob: 49627f07ddf05ece09bdcac0bf8d9f46cb163c2b [file] [log] [blame]
NAKAMURA Takumib5c4b8762013-12-10 11:13:32 +00001set(LLVM_LINK_COMPONENTS
2 Analysis
3 Core
4 ExecutionEngine
5 InstCombine
NAKAMURA Takumi653592d2015-08-26 08:05:55 +00006 Object
NAKAMURA Takumif6d661e2015-03-31 00:03:36 +00007 RuntimeDyld
NAKAMURA Takumib5c4b8762013-12-10 11:13:32 +00008 ScalarOpts
9 Support
Eric Christopher32745dd2014-12-08 18:24:06 +000010 native
NAKAMURA Takumib5c4b8762013-12-10 11:13:32 +000011 )
Michael J. Spencer93c9b2e2010-09-13 23:59:48 +000012
Duncan P. N. Exon Smith9e937012015-01-06 23:39:37 +000013add_kaleidoscope_chapter(Kaleidoscope-Ch6
Erick Tryzelaar21e83ea2009-09-22 21:15:19 +000014 toy.cpp
15 )
Lang Hamesd76e0672015-08-27 20:31:44 +000016
17export_executable_symbols(Kaleidoscope-Ch6)