Skip to content

Commit d835435

Browse files
author
kr-2003
committed
patch updated
1 parent c7ae174 commit d835435

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

patches/llvm/clang20-1-out-of-process.patch

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ new file mode 100644
3131
index 000000000..825143f00
3232
--- /dev/null
3333
+++ b/clang/include/clang/Interpreter/RemoteJITUtils.h
34-
@@ -0,0 +1,42 @@
34+
@@ -0,0 +1,48 @@
3535
+//===-- RemoteJITUtils.h - Utilities for remote-JITing ----------*- C++ -*-===//
3636
+//
3737
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
@@ -78,6 +78,7 @@ index 000000000..825143f00
7878
+/// Returns PID of nth launched executor.
7979
+/// 1-based indexing.
8080
+pid_t getNthLaunchedExecutorPID(int n);
81+
+
8182
+#endif // LLVM_CLANG_INTERPRETER_REMOTEJITUTILS_H
8283
diff --git a/clang/lib/Interpreter/CMakeLists.txt b/clang/lib/Interpreter/CMakeLists.txt
8384
index bf70cdfbe..38cf139fa 100644
@@ -168,7 +169,7 @@ new file mode 100644
168169
index 000000000..8324aeaaf
169170
--- /dev/null
170171
+++ b/clang/lib/Interpreter/RemoteJITUtils.cpp
171-
@@ -0,0 +1,297 @@
172+
@@ -0,0 +1,305 @@
172173
+//===-- RemoteJITUtils.cpp - Utilities for remote-JITing --------*- C++ -*-===//
173174
+//
174175
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

0 commit comments

Comments
 (0)