blob: cf1cf1b61596e0cd478b0271290869a7aa1f8dc8 [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
NAKAMURA Takumib5c4b8762013-12-10 11:13:32 +00006 Support
7 nativecodegen
8 )
Michael J. Spencer93c9b2e2010-09-13 23:59:48 +00009
Oscar Fuentes9e3f7db2008-09-26 19:48:03 +000010add_llvm_example(BrainF
11 BrainF.cpp
12 BrainFDriver.cpp
13 )