[clang] [Clang-Repl] Add custom function as lambda in launchExecutor and fetch PID of launched executor (PR #147478)

Vassil Vassilev via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 31 00:47:03 PDT 2025


================
@@ -26,6 +26,13 @@ add_distinct_clang_unittest(ClangReplInterpreterTests
   TargetParser
   )
 
+if(NOT WIN32)
+  add_dependencies(ClangReplInterpreterTests
+    llvm-jitlink-executor
+    compiler-rt
----------------
vgvassilev wrote:

Clang does not depend on compiler-rt by default I'd think. Why not enabling this test only when we detect compiler-rt being on?

https://github.com/llvm/llvm-project/pull/147478


More information about the cfe-commits mailing list