Home | History | Annotate | Download | only in HowToUseJIT
      1 set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen)
      2 
      3 add_llvm_example(HowToUseJIT
      4   HowToUseJIT.cpp
      5   )
      6