X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=examples%2FKaleidoscope%2FChapter5%2FCMakeLists.txt;h=b62ed410103fa07ae349359c35e10ff93a4db896;hb=38941a6a2067022a99d14daf0c8564ce5a0c131e;hp=c3e7c43cb411d8a0fd711ef51576a7a9593f5e52;hpb=a84c1fb65227a940571a328aeb3a6473e3c80153;p=oota-llvm.git diff --git a/examples/Kaleidoscope/Chapter5/CMakeLists.txt b/examples/Kaleidoscope/Chapter5/CMakeLists.txt index c3e7c43cb41..b62ed410103 100644 --- a/examples/Kaleidoscope/Chapter5/CMakeLists.txt +++ b/examples/Kaleidoscope/Chapter5/CMakeLists.txt @@ -3,13 +3,13 @@ set(LLVM_LINK_COMPONENTS Core ExecutionEngine InstCombine - JIT - MC + Object + RuntimeDyld ScalarOpts Support - nativecodegen + native ) -add_llvm_example(Kaleidoscope-Ch5 +add_kaleidoscope_chapter(Kaleidoscope-Ch5 toy.cpp )