X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=examples%2FKaleidoscope%2FChapter7%2FCMakeLists.txt;h=e67d7928efe79539522bb8e955de6c522469aa31;hb=8c46d7964e996f60e4cf0f8ee08be5da22ddf1a3;hp=c053b6684c196e3eaa8b7401324f839e2b6cd7f8;hpb=d4dfd88badf1be13f2c5da98e48b0dc7bd10f3cd;p=oota-llvm.git diff --git a/examples/Kaleidoscope/Chapter7/CMakeLists.txt b/examples/Kaleidoscope/Chapter7/CMakeLists.txt index c053b6684c1..e67d7928efe 100644 --- a/examples/Kaleidoscope/Chapter7/CMakeLists.txt +++ b/examples/Kaleidoscope/Chapter7/CMakeLists.txt @@ -3,15 +3,15 @@ set(LLVM_LINK_COMPONENTS Core ExecutionEngine InstCombine - MCJIT Object RuntimeDyld ScalarOpts Support - TransformUtils native ) add_kaleidoscope_chapter(Kaleidoscope-Ch7 toy.cpp ) + +export_executable_symbols(Kaleidoscope-Ch7)