X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=examples%2FKaleidoscope%2FChapter6%2FCMakeLists.txt;h=c5a737ac67f0d283cedda8f5a11d00d23ef14a6f;hb=c1824769744d2052963962b2b8cbf0180bd4868b;hp=2e15a5f7dfc60b10639fc26ef71be543c3fd53af;hpb=3a210e2d302758101ac06946e86027b327c7d0f3;p=oota-llvm.git diff --git a/examples/Kaleidoscope/Chapter6/CMakeLists.txt b/examples/Kaleidoscope/Chapter6/CMakeLists.txt index 2e15a5f7dfc..c5a737ac67f 100644 --- a/examples/Kaleidoscope/Chapter6/CMakeLists.txt +++ b/examples/Kaleidoscope/Chapter6/CMakeLists.txt @@ -1,5 +1,15 @@ -set(LLVM_LINK_COMPONENTS core jit interpreter native) +set(LLVM_LINK_COMPONENTS + Analysis + Core + ExecutionEngine + InstCombine + MC + ScalarOpts + Support + native + mcjit + ) -add_llvm_example(Kaleidoscope-Ch6 +add_kaleidoscope_chapter(Kaleidoscope-Ch6 toy.cpp )