blob: 7bec105cdc8a677d4cce4bc78d4ae52be8a7f4ba [file] [log] [blame]
Oscar Fuentes71287952008-09-26 19:48:03 +00001set(LLVM_LINK_COMPONENTS jit bitwriter nativecodegen interpreter)
2
3add_llvm_example(BrainF
4 BrainF.cpp
5 BrainFDriver.cpp
6 )