[clang] [Clang-Repl] Add Lambda Support, PID Retrieval, and Dynamic liborc_rt Path in Clang-Repl (PR #155140)

Vassil Vassilev via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 28 00:57:27 PDT 2025


================
@@ -55,6 +57,8 @@
 #include "llvm/TargetParser/Host.h"
 #include "llvm/Transforms/Utils/Cloning.h" // for CloneModule
 
+#include <iostream>
----------------
vgvassilev wrote:

We probably do not need this include.

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


More information about the cfe-commits mailing list