X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=examples%2FKaleidoscope%2FChapter6%2FCMakeLists.txt;h=49627f07ddf05ece09bdcac0bf8d9f46cb163c2b;hb=8c46d7964e996f60e4cf0f8ee08be5da22ddf1a3;hp=6bb2b19375276d45099c41f2072252e12a4a7d65;hpb=742f5d8f37c26df6c5f1bf27e258a038c757bb07;p=oota-llvm.git diff --git a/examples/Kaleidoscope/Chapter6/CMakeLists.txt b/examples/Kaleidoscope/Chapter6/CMakeLists.txt index 6bb2b193752..49627f07ddf 100644 --- a/examples/Kaleidoscope/Chapter6/CMakeLists.txt +++ b/examples/Kaleidoscope/Chapter6/CMakeLists.txt @@ -13,3 +13,5 @@ set(LLVM_LINK_COMPONENTS add_kaleidoscope_chapter(Kaleidoscope-Ch6 toy.cpp ) + +export_executable_symbols(Kaleidoscope-Ch6)