It has finally happened. Spiller is now using live interval info.
[llvm/msp430.git] / examples / ParallelJIT / CMakeLists.txt
blobd8dd7084c40df83b359ffeb44a8d3b909ed3b6db
1 set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen)
3 add_llvm_example(ParallelJIT
4   ParallelJIT.cpp
5   )
7 target_link_libraries(ParallelJIT pthread)