Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 8e38523d75b2a19eb659d76eaf10e284 > files > 126

llvm-doc-2.9-10.fc16.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)