blob: e920f0e3445c94b9fd4db0c103686946d265e238 [file] [log] [blame]
NAKAMURA Takumib5c4b8762013-12-10 11:13:32 +00001set(LLVM_LINK_COMPONENTS
2 Analysis
3 Core
4 ExecutionEngine
5 InstCombine
NAKAMURA Takumi23b702c2014-07-14 05:01:53 +00006 MC
NAKAMURA Takumib5c4b8762013-12-10 11:13:32 +00007 ScalarOpts
8 Support
Eric Christopher32745dd2014-12-08 18:24:06 +00009 native
Eric Christopher3760e842014-12-08 18:20:50 +000010 mcjit
NAKAMURA Takumib5c4b8762013-12-10 11:13:32 +000011 )
Michael J. Spencer93c9b2e2010-09-13 23:59:48 +000012
Erick Tryzelaar21e83ea2009-09-22 21:15:19 +000013add_llvm_example(Kaleidoscope-Ch5
14 toy.cpp
15 )