[all-commits] [llvm/llvm-project] 54ab62: Revert "Add missing dependency to fix building the...
Stella Stamenova via All-commits
all-commits at lists.llvm.org
Mon Mar 29 20:08:00 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 54ab62e8ea0bca0799a1203bc79e72f194f9f196
https://github.com/llvm/llvm-project/commit/54ab62e8ea0bca0799a1203bc79e72f194f9f196
Author: Stella Stamenova <stilis at microsoft.com>
Date: 2021-03-29 (Mon, 29 Mar 2021)
Changed paths:
M llvm/test/CMakeLists.txt
Log Message:
-----------
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.
More information about the All-commits
mailing list