From bd56e91fdbc65053dd08cca1f2c9e15087c062eb Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Mon, 29 Mar 2021 16:11:38 -0700 Subject: [PATCH] Add missing dependency to fix building the jit tests --- llvm/test/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/test/CMakeLists.txt b/llvm/test/CMakeLists.txt index 7c4fa2e..acfde7d3 100644 --- a/llvm/test/CMakeLists.txt +++ b/llvm/test/CMakeLists.txt @@ -156,6 +156,7 @@ if(LLVM_BUILD_EXAMPLES) Kaleidoscope-Ch5 Kaleidoscope-Ch6 Kaleidoscope-Ch7 + LLJITWithRemoteDebugging LLJITWithThinLTOSummaries ) if (NOT WIN32) -- 2.7.4