X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;ds=sidebyside;f=examples%2FKaleidoscope%2FChapter7%2FCMakeLists.txt;h=dd181471be1c8b05ea0393f42f01dbde2b2210c9;hb=d5285ead92bc16559782a75b95ee578cd1688efc;hp=cdb13c465d14c7e5cda8689ca0a00c0ac3106119;hpb=aa5b9c0f6f3a99f955fe0ded13d61d7eb4e1a0b5;p=oota-llvm.git diff --git a/examples/Kaleidoscope/Chapter7/CMakeLists.txt b/examples/Kaleidoscope/Chapter7/CMakeLists.txt index cdb13c465d1..dd181471be1 100644 --- a/examples/Kaleidoscope/Chapter7/CMakeLists.txt +++ b/examples/Kaleidoscope/Chapter7/CMakeLists.txt @@ -3,16 +3,16 @@ set(LLVM_LINK_COMPONENTS Core ExecutionEngine InstCombine - JIT - MC + MCJIT + RuntimeDyld ScalarOpts Support TransformUtils - nativecodegen + native ) set(LLVM_REQUIRES_RTTI 1) -add_llvm_example(Kaleidoscope-Ch7 +add_kaleidoscope_chapter(Kaleidoscope-Ch7 toy.cpp )