Check .rela instead of ELF64 for the compensation vaue resetting
[oota-llvm.git] / examples / HowToUseJIT / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen)
2
3 add_llvm_example(HowToUseJIT
4   HowToUseJIT.cpp
5   )