[llvm] r284637 - [BuildingAJIT] Make the chapter 5 server export symbols.

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 19 13:22:12 PDT 2016


Author: lhames
Date: Wed Oct 19 15:22:12 2016
New Revision: 284637

URL: http://llvm.org/viewvc/llvm-project?rev=284637&view=rev
Log:
[BuildingAJIT] Make the chapter 5 server export symbols.

This will allow chapter 5 to work on Linux.

Modified:
    llvm/trunk/examples/Kaleidoscope/BuildingAJIT/Chapter5/Server/CMakeLists.txt

Modified: llvm/trunk/examples/Kaleidoscope/BuildingAJIT/Chapter5/Server/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/examples/Kaleidoscope/BuildingAJIT/Chapter5/Server/CMakeLists.txt?rev=284637&r1=284636&r2=284637&view=diff
==============================================================================
--- llvm/trunk/examples/Kaleidoscope/BuildingAJIT/Chapter5/Server/CMakeLists.txt (original)
+++ llvm/trunk/examples/Kaleidoscope/BuildingAJIT/Chapter5/Server/CMakeLists.txt Wed Oct 19 15:22:12 2016
@@ -15,3 +15,5 @@ set(LLVM_LINK_COMPONENTS
 add_kaleidoscope_chapter(BuildingAJIT-Ch5-Server
   server.cpp
   )
+
+export_executable_symbols(BuildingAJIT-Ch5-Server)




More information about the llvm-commits mailing list