[MCJIT] Fix missing return statement.
[oota-llvm.git] / lib / ExecutionEngine / RuntimeDyld / RuntimeDyldCheckerImpl.h
index 2c8d9a513180bc6e2946beb5781033d3090b7438..de20c1ec660322822fc165ae5fc0094f1b213c32 100644 (file)
@@ -16,6 +16,7 @@
 namespace llvm {
 
 class RuntimeDyldCheckerImpl {
+  friend class RuntimeDyldChecker;
   friend class RuntimeDyldImpl;
   friend class RuntimeDyldCheckerExprEval;