summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2016-10-19 20:22:12 +0000
committerLang Hames <lhames@gmail.com>2016-10-19 20:22:12 +0000
commit9ca9a31948dc0266093fd84bee25c44bcba77abc (patch)
treeffc43d6c65d82cfeb97f3e0a8495320a411faef0
parent018f266bbcf9b825c9e176c0ca18068b731b7304 (diff)
downloadbcm5719-llvm-9ca9a31948dc0266093fd84bee25c44bcba77abc.tar.gz
bcm5719-llvm-9ca9a31948dc0266093fd84bee25c44bcba77abc.zip
[BuildingAJIT] Make the chapter 5 server export symbols.
This will allow chapter 5 to work on Linux. llvm-svn: 284637
-rw-r--r--llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/Server/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/Server/CMakeLists.txt b/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/Server/CMakeLists.txt
index 15dd53516ce..ef0240c0ca7 100644
--- a/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/Server/CMakeLists.txt
+++ b/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/Server/CMakeLists.txt
@@ -15,3 +15,5 @@ set(LLVM_LINK_COMPONENTS
add_kaleidoscope_chapter(BuildingAJIT-Ch5-Server
server.cpp
)
+
+export_executable_symbols(BuildingAJIT-Ch5-Server)
OpenPOWER on IntegriCloud