forked from OSchip/llvm-project
Add a default constructor/destructor for ReaderOptionsPECOFF
llvm-svn: 160740
This commit is contained in:
parent
cef9a618b1
commit
ad58efd69a
|
@ -386,6 +386,12 @@ Reader *createReaderPECOFF(const ReaderOptionsPECOFF &options) {
|
|||
return new ReaderCOFF(options);
|
||||
}
|
||||
|
||||
ReaderOptionsPECOFF::ReaderOptionsPECOFF() {
|
||||
}
|
||||
|
||||
ReaderOptionsPECOFF::~ReaderOptionsPECOFF() {
|
||||
}
|
||||
|
||||
} // namespace lld
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue