X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=examples%2FKaleidoscope%2FChapter5%2FCMakeLists.txt;h=c0ae70654c363cfecfbf8b3e08d622a64d99f87c;hb=8c46d7964e996f60e4cf0f8ee08be5da22ddf1a3;hp=e920f0e3445c94b9fd4db0c103686946d265e238;hpb=28eb431b8cba1e989e5eeefb3eba37026117209a;p=oota-llvm.git diff --git a/examples/Kaleidoscope/Chapter5/CMakeLists.txt b/examples/Kaleidoscope/Chapter5/CMakeLists.txt index e920f0e3445..c0ae70654c3 100644 --- a/examples/Kaleidoscope/Chapter5/CMakeLists.txt +++ b/examples/Kaleidoscope/Chapter5/CMakeLists.txt @@ -3,13 +3,15 @@ set(LLVM_LINK_COMPONENTS Core ExecutionEngine InstCombine - MC + Object + RuntimeDyld ScalarOpts Support native - mcjit ) -add_llvm_example(Kaleidoscope-Ch5 +add_kaleidoscope_chapter(Kaleidoscope-Ch5 toy.cpp ) + +export_executable_symbols(Kaleidoscope-Ch5)