Skip to content

Commit

Permalink
[BuildingAJIT] Make the chapter 5 server export symbols.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
lhames committed Oct 19, 2016
1 parent d673d6f commit b5046ba
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ set(LLVM_LINK_COMPONENTS
add_kaleidoscope_chapter(BuildingAJIT-Ch5-Server
server.cpp
)

export_executable_symbols(BuildingAJIT-Ch5-Server)

0 comments on commit b5046ba

Please sign in to comment.