File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ new file mode 100644
31
31
index 000000000..825143f00
32
32
--- /dev/null
33
33
+++ b/clang/include/clang/Interpreter/RemoteJITUtils.h
34
- @@ -0,0 +1,42 @@
34
+ @@ -0,0 +1,48 @@
35
35
+ //===-- RemoteJITUtils.h - Utilities for remote-JITing ----------*- C++ -*-===//
36
36
+ //
37
37
+ // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
@@ -78,6 +78,7 @@ index 000000000..825143f00
78
78
+ /// Returns PID of nth launched executor.
79
79
+ /// 1-based indexing.
80
80
+ pid_t getNthLaunchedExecutorPID(int n);
81
+ +
81
82
+ #endif // LLVM_CLANG_INTERPRETER_REMOTEJITUTILS_H
82
83
diff --git a/clang/lib/Interpreter/CMakeLists.txt b/clang/lib/Interpreter/CMakeLists.txt
83
84
index bf70cdfbe..38cf139fa 100644
@@ -168,7 +169,7 @@ new file mode 100644
168
169
index 000000000..8324aeaaf
169
170
--- /dev/null
170
171
+++ b/clang/lib/Interpreter/RemoteJITUtils.cpp
171
- @@ -0,0 +1,297 @@
172
+ @@ -0,0 +1,305 @@
172
173
+ //===-- RemoteJITUtils.cpp - Utilities for remote-JITing --------*- C++ -*-===//
173
174
+ //
174
175
+ // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
You can’t perform that action at this time.
0 commit comments