summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-03-22 18:19:42 +0000
committerJim Grosbach <grosbach@apple.com>2011-03-22 18:19:42 +0000
commitb3eecaf19e81f0cccffdeff940afbfd1a3754af2 (patch)
treea73600d4becc2ade7dd44aade0a0020eb06685c3 /include
parent34714a06096f854c76371295d8c20b017fbba50b (diff)
downloadllvm-b3eecaf19e81f0cccffdeff940afbfd1a3754af2.tar.gz
llvm-b3eecaf19e81f0cccffdeff940afbfd1a3754af2.tar.bz2
llvm-b3eecaf19e81f0cccffdeff940afbfd1a3754af2.tar.xz
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')
-rw-r--r--include/llvm/ExecutionEngine/RuntimeDyld.h1
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