[BuildingAJIT] Make the chapter 5 server export symbols.
authorLang Hames <lhames@gmail.com>
Wed, 19 Oct 2016 20:22:12 +0000 (20:22 +0000)
committerLang Hames <lhames@gmail.com>
Wed, 19 Oct 2016 20:22:12 +0000 (20:22 +0000)
This will allow chapter 5 to work on Linux.

llvm-svn: 284637

llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/Server/CMakeLists.txt

index 15dd535..ef0240c 100644 (file)
@@ -15,3 +15,5 @@ set(LLVM_LINK_COMPONENTS
 add_kaleidoscope_chapter(BuildingAJIT-Ch5-Server
   server.cpp
   )
+
+export_executable_symbols(BuildingAJIT-Ch5-Server)