X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=examples%2FKaleidoscope%2FChapter7%2FCMakeLists.txt;h=27c18cdd0654ff0a48df6f1d1aea1cd9f2331b46;hb=38941a6a2067022a99d14daf0c8564ce5a0c131e;hp=19fdb95d7657807a0dcc20518df00b026670fe2d;hpb=c1824769744d2052963962b2b8cbf0180bd4868b;p=oota-llvm.git diff --git a/examples/Kaleidoscope/Chapter7/CMakeLists.txt b/examples/Kaleidoscope/Chapter7/CMakeLists.txt index 19fdb95d765..27c18cdd065 100644 --- a/examples/Kaleidoscope/Chapter7/CMakeLists.txt +++ b/examples/Kaleidoscope/Chapter7/CMakeLists.txt @@ -3,16 +3,13 @@ set(LLVM_LINK_COMPONENTS Core ExecutionEngine InstCombine - MC + Object + RuntimeDyld ScalarOpts Support - TransformUtils native - mcjit ) -set(LLVM_REQUIRES_RTTI 1) - add_kaleidoscope_chapter(Kaleidoscope-Ch7 toy.cpp )