mirror of
https://github.com/RPCS3/llvm.git
synced 2025-03-01 07:09:02 +00:00
[Kaleidoscope][BuildingAJIT] Don't build Chapter 5 on Windows for now.
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
This commit is contained in:
parent
203f697825
commit
9aaeb83f58
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user