Propogate the error message, not just the error state.
[oota-llvm.git] / include / llvm / ExecutionEngine / RuntimeDyld.h
index 629dccff2342b95761bb81fd498aeef1d61c4abc..2b5a69181727c08e8e31b28135696cedb8186410 100644 (file)
@@ -38,6 +38,7 @@ public:
   // FIXME: Should be parameterized to get the memory block associated with
   // a particular loaded object.
   sys::MemoryBlock getMemoryBlock();
+  StringRef getErrorString();
 };
 
 } // end namespace llvm