[Orc] Add support for RuntimeDyld::setProcessAllSections.
[oota-llvm.git] / lib / ExecutionEngine / Orc / OrcMCJITReplacement.h
index 42770fcdcae77358610ca4e5fce6865c93cb40d8..d1aff5a1a0aa37160580c870db9f2255f3df4472 100644 (file)
@@ -230,6 +230,10 @@ public:
     CompileLayer.setObjectCache(NewCache);
   }
 
+  void setProcessAllSections(bool ProcessAllSections) override {
+    ObjectLayer.setProcessAllSections(ProcessAllSections);
+  }
+
 private:
 
   RuntimeDyld::SymbolInfo findMangledSymbol(StringRef Name) {