mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-02 09:49:09 +00:00
MSVC needs the return 0 to compile.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129640 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e5060984aa
commit
6144686af6
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user