aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/TargetLoweringObjectFile.cpp
diff options
context:
space:
mode:
authorFrancois Pichet <pichet2000@gmail.com>2011-04-16 13:59:23 +0000
committerFrancois Pichet <pichet2000@gmail.com>2011-04-16 13:59:23 +0000
commit6144686af6b62480c1a72b9f648c3823c6ed0dba (patch)
tree0b8e1ff239eb6db8abd2961081bad6578abcb68d /lib/Target/TargetLoweringObjectFile.cpp
parente5060984aa4d8c473e5081cb6c36d8e0a23e5d25 (diff)
MSVC needs the return 0 to compile.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129640 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/TargetLoweringObjectFile.cpp')
-rw-r--r--lib/Target/TargetLoweringObjectFile.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/TargetLoweringObjectFile.cpp b/lib/Target/TargetLoweringObjectFile.cpp
index 643a56b84f..e0e6b6b024 100644
--- a/lib/Target/TargetLoweringObjectFile.cpp
+++ b/lib/Target/TargetLoweringObjectFile.cpp
@@ -123,6 +123,7 @@ static bool IsNullTerminatedString(const Constant *C) {
MCSymbol *
TargetLoweringObjectFile::getPersonalityPICSymbol(StringRef Name) const {
assert(0 && "Not Available in this format.");
+ return 0;
}
void TargetLoweringObjectFile::emitPersonalityValue(MCStreamer &Streamer,