[llvm] 54ab62e - Revert "Add missing dependency to fix building the jit tests"
Stella Stamenova via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 29 20:07:50 PDT 2021
Author: Stella Stamenova
Date: 2021-03-29T20:06:31-07:00
New Revision: 54ab62e8ea0bca0799a1203bc79e72f194f9f196
URL: https://github.com/llvm/llvm-project/commit/54ab62e8ea0bca0799a1203bc79e72f194f9f196
DIFF: https://github.com/llvm/llvm-project/commit/54ab62e8ea0bca0799a1203bc79e72f194f9f196.diff
LOG: 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 bd56e91fdbc65053dd08cca1f2c9e15087c062eb.
Added:
Modified:
llvm/test/CMakeLists.txt
Removed:
################################################################################
diff --git a/llvm/test/CMakeLists.txt b/llvm/test/CMakeLists.txt
index acfde7d3b343..7c4fa2e9033a 100644
--- a/llvm/test/CMakeLists.txt
+++ b/llvm/test/CMakeLists.txt
@@ -156,7 +156,6 @@ if(LLVM_BUILD_EXAMPLES)
Kaleidoscope-Ch5
Kaleidoscope-Ch6
Kaleidoscope-Ch7
- LLJITWithRemoteDebugging
LLJITWithThinLTOSummaries
)
if (NOT WIN32)
More information about the llvm-commits
mailing list