summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/include/llvm/Target/TargetJITInfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/Target/TargetJITInfo.h b/llvm/include/llvm/Target/TargetJITInfo.h
index 81e4c875723..142f0efbd3f 100644
--- a/llvm/include/llvm/Target/TargetJITInfo.h
+++ b/llvm/include/llvm/Target/TargetJITInfo.h
@@ -100,6 +100,7 @@ namespace llvm {
/// meaningful to the target.
virtual char* allocateThreadLocalMemory(size_t size) {
assert(0 && "This target does not implement thread local storage!");
+ return 0;
}
/// needsGOT - Allows a target to specify that it would like the
OpenPOWER on IntegriCloud