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.
2 parents 8b28442 + 932fa0e commit 5d24dceCopy full SHA for 5d24dce
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