X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=examples%2FKaleidoscope%2FChapter8%2FCMakeLists.txt;h=d9b5cc421be397e6a7df382b4901505caec67f6d;hb=8c46d7964e996f60e4cf0f8ee08be5da22ddf1a3;hp=e335cb48ac7a244d19bb9f36ddd60c7cb827e9c1;hpb=742f5d8f37c26df6c5f1bf27e258a038c757bb07;p=oota-llvm.git diff --git a/examples/Kaleidoscope/Chapter8/CMakeLists.txt b/examples/Kaleidoscope/Chapter8/CMakeLists.txt index e335cb48ac7..d9b5cc421be 100644 --- a/examples/Kaleidoscope/Chapter8/CMakeLists.txt +++ b/examples/Kaleidoscope/Chapter8/CMakeLists.txt @@ -9,3 +9,5 @@ set(LLVM_LINK_COMPONENTS add_kaleidoscope_chapter(Kaleidoscope-Ch8 toy.cpp ) + +export_executable_symbols(Kaleidoscope-Ch8)