X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=examples%2FKaleidoscope%2FChapter5%2FCMakeLists.txt;h=c0ae70654c363cfecfbf8b3e08d622a64d99f87c;hb=b325a1ace53c1f0b1b38505fefeb08114f40dc10;hp=b62ed410103fa07ae349359c35e10ff93a4db896;hpb=2b96ce62f49d4701bc9880e27ebc894a371342e2;p=oota-llvm.git diff --git a/examples/Kaleidoscope/Chapter5/CMakeLists.txt b/examples/Kaleidoscope/Chapter5/CMakeLists.txt index b62ed410103..c0ae70654c3 100644 --- a/examples/Kaleidoscope/Chapter5/CMakeLists.txt +++ b/examples/Kaleidoscope/Chapter5/CMakeLists.txt @@ -13,3 +13,5 @@ set(LLVM_LINK_COMPONENTS add_kaleidoscope_chapter(Kaleidoscope-Ch5 toy.cpp ) + +export_executable_symbols(Kaleidoscope-Ch5)