Initialize member variable.

Found by Rafael using valgrind in https://llvm.org/bugs/show_bug.cgi?id=21466.

llvm-svn: 258718
This commit is contained in:
Pete Cooper 2016-01-25 20:41:48 +00:00
parent 2409d0ff06
commit 580ccca192
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ private:
MachOLinkingContext::ObjCConstraint _objcConstraint =
MachOLinkingContext::objc_unknown;
uint32_t _swiftVersion = 0;
normalized::FileFlags _flags;
normalized::FileFlags _flags = 0;
};
class MachODylibFile : public SharedLibraryFile {