[llvm] bd56e91 - Add missing dependency to fix building the jit tests
David Blaikie via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 29 17:33:22 PDT 2021
Author: David Blaikie
Date: 2021-03-29T17:33:08-07:00
New Revision: bd56e91fdbc65053dd08cca1f2c9e15087c062eb
URL: https://github.com/llvm/llvm-project/commit/bd56e91fdbc65053dd08cca1f2c9e15087c062eb
DIFF: https://github.com/llvm/llvm-project/commit/bd56e91fdbc65053dd08cca1f2c9e15087c062eb.diff
LOG: Add missing dependency to fix building the jit tests
Added:
Modified:
llvm/test/CMakeLists.txt
Removed:
################################################################################
diff --git a/llvm/test/CMakeLists.txt b/llvm/test/CMakeLists.txt
index 7c4fa2e9033a..acfde7d3b343 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)
More information about the llvm-commits
mailing list