X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=examples%2FKaleidoscope%2FChapter4%2FCMakeLists.txt;h=44e1aeecaaeb9d6b0b934556829ca2c060bc38f6;hb=76b88692333101bf483b9a7752bf6cfc9973a005;hp=0d1ac533f02d49a19758fadc0687da4630d8cabf;hpb=31c6c5d58a6d2254063e8a18fd32b851a06e2ddf;p=oota-llvm.git diff --git a/examples/Kaleidoscope/Chapter4/CMakeLists.txt b/examples/Kaleidoscope/Chapter4/CMakeLists.txt index 0d1ac533f02..44e1aeecaae 100644 --- a/examples/Kaleidoscope/Chapter4/CMakeLists.txt +++ b/examples/Kaleidoscope/Chapter4/CMakeLists.txt @@ -1,5 +1,15 @@ -set(LLVM_LINK_COMPONENTS core jit interpreter native) +set(LLVM_LINK_COMPONENTS + Analysis + Core + ExecutionEngine + InstCombine + Object + RuntimeDyld + ScalarOpts + Support + native + ) -add_llvm_example(Kaleidoscope-Ch4 +add_kaleidoscope_chapter(Kaleidoscope-Ch4 toy.cpp )