X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=examples%2FKaleidoscope%2FChapter8%2FCMakeLists.txt;h=e335cb48ac7a244d19bb9f36ddd60c7cb827e9c1;hp=84436289d2ca49882d5ed130fd5ad980d5fdbe33;hb=76b88692333101bf483b9a7752bf6cfc9973a005;hpb=28eb431b8cba1e989e5eeefb3eba37026117209a diff --git a/examples/Kaleidoscope/Chapter8/CMakeLists.txt b/examples/Kaleidoscope/Chapter8/CMakeLists.txt index 84436289d2c..e335cb48ac7 100644 --- a/examples/Kaleidoscope/Chapter8/CMakeLists.txt +++ b/examples/Kaleidoscope/Chapter8/CMakeLists.txt @@ -1,18 +1,11 @@ set(LLVM_LINK_COMPONENTS - Analysis Core ExecutionEngine - InstCombine - MC - ScalarOpts + Object Support - TransformUtils native - mcjit ) -set(LLVM_REQUIRES_RTTI 1) - -add_llvm_example(Kaleidoscope-Ch8 +add_kaleidoscope_chapter(Kaleidoscope-Ch8 toy.cpp )