blob: ad7da9576974b5e655b5c994a6f16e0af31989f2 [file] [log] [blame]
Oscar Fuentes71287952008-09-26 19:48:03 +00001set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen)
2
3add_llvm_executable(HowToUseJIT
4 HowToUseJIT.cpp
5 )