blob: 7b44b3a62756a4cc7be46c28828b343be564ed38 [file] [log] [blame]
NAKAMURA Takumib5c4b8762013-12-10 11:13:32 +00001set(LLVM_LINK_COMPONENTS
2 BitWriter
3 Core
4 ExecutionEngine
NAKAMURA Takumi23b702c2014-07-14 05:01:53 +00005 MC
Boris Ulasevichb76f6c22016-12-15 19:29:42 +00006 MCJIT
NAKAMURA Takumib5c4b8762013-12-10 11:13:32 +00007 Support
8 nativecodegen
9 )
Michael J. Spencer93c9b2e2010-09-13 23:59:48 +000010
Oscar Fuentes9e3f7db2008-09-26 19:48:03 +000011add_llvm_example(BrainF
12 BrainF.cpp
13 BrainFDriver.cpp
14 )