[MCJIT] Check if there have been errors during RuntimeDyld execution.
[oota-llvm.git] / include / llvm / ExecutionEngine / RuntimeDyld.h
index 0b6b75be48b37275e2020344052c5dd04c02034b..8d7b81bb6e2b700df6977b1f91df6c6225e8caf1 100644 (file)
@@ -84,6 +84,7 @@ public:
 
   void deregisterEHFrames();
 
+  bool hasError();
   StringRef getErrorString();
 
   /// By default, only sections that are "required for execution" are passed to