Add missing dependency to fix building the jit tests
authorDavid Blaikie <dblaikie@gmail.com>
Mon, 29 Mar 2021 23:11:38 +0000 (16:11 -0700)
committerDavid Blaikie <dblaikie@gmail.com>
Tue, 30 Mar 2021 00:33:08 +0000 (17:33 -0700)
llvm/test/CMakeLists.txt

index 7c4fa2e..acfde7d 100644 (file)
@@ -156,6 +156,7 @@ if(LLVM_BUILD_EXAMPLES)
     Kaleidoscope-Ch5
     Kaleidoscope-Ch6
     Kaleidoscope-Ch7
+    LLJITWithRemoteDebugging
     LLJITWithThinLTOSummaries
     )
   if (NOT WIN32)