Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
[llvm/avr.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)