Skip to content

Commit

Permalink
[Kaleidoscope][BuildingAJIT] Don't build Chapter 5 on Windows for now.
Browse files Browse the repository at this point in the history
The TCP setup code is currently *nix based and does not build on Windows.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@271194 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
lhames committed May 30, 2016
1 parent 203f697 commit 9aaeb83
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/Kaleidoscope/BuildingAJIT/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ add_subdirectory(Chapter1)
add_subdirectory(Chapter2)
add_subdirectory(Chapter3)
add_subdirectory(Chapter4)
add_subdirectory(Chapter5)

if (NOT WIN32)
add_subdirectory(Chapter5)
endif()

0 comments on commit 9aaeb83

Please sign in to comment.