X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=examples%2FHowToUseJIT%2FCMakeLists.txt;h=237cbea861d23153d48f56a64d3e6b5fbc0c4007;hb=aa5b9c0f6f3a99f955fe0ded13d61d7eb4e1a0b5;hp=a344ad07ca63cb6f7a61e0f9509f75c437e53e42;hpb=9fbb01240448f580f0689fee455c8a19cb44ddde;p=oota-llvm.git diff --git a/examples/HowToUseJIT/CMakeLists.txt b/examples/HowToUseJIT/CMakeLists.txt index a344ad07ca6..237cbea861d 100644 --- a/examples/HowToUseJIT/CMakeLists.txt +++ b/examples/HowToUseJIT/CMakeLists.txt @@ -2,6 +2,7 @@ set(LLVM_LINK_COMPONENTS Core ExecutionEngine Interpreter + JIT MC Support nativecodegen