Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > d5a1a6b2bcd2f1b5a3452e9bcea84e52 > files > 126

llvm-doc-2.8-12.fc14.noarch.rpm

set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen)

add_llvm_example(ParallelJIT
  ParallelJIT.cpp
  )

if(HAVE_LIBPTHREAD)
  target_link_libraries(ParallelJIT pthread)
endif(HAVE_LIBPTHREAD)