Revert r188150 to un-break the buildbot.

llvm-svn: 188152
This commit is contained in:
Rui Ueyama 2013-08-12 03:02:23 +00:00
parent b3d6c05ea4
commit 2db270c895
1 changed files with 0 additions and 5 deletions

View File

@ -59,11 +59,6 @@ bool PECOFFLinkingContext::validateImpl(raw_ostream &diagnostics) {
return true;
}
if (_subsystem == llvm::COFF::IMAGE_SUBSYSTEM_UNKNOWN) {
diagnostics << "Error: Subsystem is not specified\n";
return true;
}
_reader = createReaderPECOFF(*this);
_writer = createWriterPECOFF(*this);
return false;