forked from OSchip/llvm-project
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:
parent
2409d0ff06
commit
580ccca192
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue