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:
Stella Stamenova 2021-03-29 20:06:31 -07:00
parent 65462a08bf
commit 54ab62e8ea
1 changed files with 0 additions and 1 deletions

View File

@ -156,7 +156,6 @@ if(LLVM_BUILD_EXAMPLES)
Kaleidoscope-Ch5
Kaleidoscope-Ch6
Kaleidoscope-Ch7
LLJITWithRemoteDebugging
LLJITWithThinLTOSummaries
)
if (NOT WIN32)