blob: 1912ddc07411b4ef0dd24261d74853e8e5f28e48 [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
9 nativecodegen
10 )
Michael J. Spencer93c9b2e2010-09-13 23:59:48 +000011
Erick Tryzelaar21e83ea2009-09-22 21:15:19 +000012add_llvm_example(Kaleidoscope-Ch5
13 toy.cpp
14 )