MSVC needs the return 0 to compile.
llvm-svn: 129640
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user