X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=examples%2FKaleidoscope%2FChapter4%2FCMakeLists.txt;fp=examples%2FKaleidoscope%2FChapter4%2FCMakeLists.txt;h=89feed143adcd53ab0ed2d5e4e1d4c4e66dccdda;hp=44e1aeecaaeb9d6b0b934556829ca2c060bc38f6;hb=b325a1ace53c1f0b1b38505fefeb08114f40dc10;hpb=2b96ce62f49d4701bc9880e27ebc894a371342e2 diff --git a/examples/Kaleidoscope/Chapter4/CMakeLists.txt b/examples/Kaleidoscope/Chapter4/CMakeLists.txt index 44e1aeecaae..89feed143ad 100644 --- a/examples/Kaleidoscope/Chapter4/CMakeLists.txt +++ b/examples/Kaleidoscope/Chapter4/CMakeLists.txt @@ -13,3 +13,5 @@ set(LLVM_LINK_COMPONENTS add_kaleidoscope_chapter(Kaleidoscope-Ch4 toy.cpp ) + +export_executable_symbols(Kaleidoscope-Ch4)