summaryrefslogtreecommitdiff
path: root/examples
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
commitb5046bac11ca1be9212a581bd2564efd322e9889 (patch)
tree77850470d5bbbf9ea84fa5a3aaadaf7d584af2c5 /examples
parentd673d6f04bbfbc45a67502171d3ebcfb13b422e6 (diff)
[BuildingAJIT] Make the chapter 5 server export symbols.
This will allow chapter 5 to work on Linux. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@284637 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'examples')
-rw-r--r--examples/Kaleidoscope/BuildingAJIT/Chapter5/Server/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/Kaleidoscope/BuildingAJIT/Chapter5/Server/CMakeLists.txt b/examples/Kaleidoscope/BuildingAJIT/Chapter5/Server/CMakeLists.txt
index 15dd53516ce..ef0240c0ca7 100644
--- a/examples/Kaleidoscope/BuildingAJIT/Chapter5/Server/CMakeLists.txt
+++ b/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)