forked from OSchip/llvm-project
Revert "Add missing dependency to fix building the jit tests"
This breaks the windows bots because the dependency does not exist on Windows.
Per the cmake file:
if(CMAKE_HOST_UNIX)
add_subdirectory(LLJITWithRemoteDebugging)
endif()
This reverts commit bd56e91fdb
.
This commit is contained in:
parent
65462a08bf
commit
54ab62e8ea
|
@ -156,7 +156,6 @@ if(LLVM_BUILD_EXAMPLES)
|
|||
Kaleidoscope-Ch5
|
||||
Kaleidoscope-Ch6
|
||||
Kaleidoscope-Ch7
|
||||
LLJITWithRemoteDebugging
|
||||
LLJITWithThinLTOSummaries
|
||||
)
|
||||
if (NOT WIN32)
|
||||
|
|
Loading…
Reference in New Issue