diff options
| author | Jim Grosbach <grosbach@apple.com> | 2011-03-22 18:19:42 +0000 |
|---|---|---|
| committer | Jim Grosbach <grosbach@apple.com> | 2011-03-22 18:19:42 +0000 |
| commit | b3eecaf19e81f0cccffdeff940afbfd1a3754af2 (patch) | |
| tree | a73600d4becc2ade7dd44aade0a0020eb06685c3 /include/llvm/ExecutionEngine | |
| parent | 34714a06096f854c76371295d8c20b017fbba50b (diff) | |
Propogate the error message, not just the error state.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128094 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/ExecutionEngine')
| -rw-r--r-- | include/llvm/ExecutionEngine/RuntimeDyld.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/ExecutionEngine/RuntimeDyld.h b/include/llvm/ExecutionEngine/RuntimeDyld.h index 629dccff23..2b5a691817 100644 --- a/include/llvm/ExecutionEngine/RuntimeDyld.h +++ b/include/llvm/ExecutionEngine/RuntimeDyld.h @@ -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 |
