We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eccbfde commit 932fa0eCopy full SHA for 932fa0e
llvm/include/llvm/ExecutionEngine/Orc/EPCGenericMemoryAccess.h
@@ -6,7 +6,7 @@
6
//
7
//===----------------------------------------------------------------------===//
8
9
-// Implements ExecutorProcessControl::MemoryAccess by making calls to
+// Implements the MemoryAccess interface by making calls to
10
// ExecutorProcessControl::callWrapperAsync.
11
12
// This simplifies the implementaton of new ExecutorProcessControl instances,
@@ -19,6 +19,7 @@
19
#define LLVM_EXECUTIONENGINE_ORC_EPCGENERICMEMORYACCESS_H
20
21
#include "llvm/ExecutionEngine/Orc/Core.h"
22
+#include "llvm/ExecutionEngine/Orc/MemoryAccess.h"
23
24
namespace llvm {
25
namespace orc {
0 commit comments