Remove explicit setting of COFF binary format on Windows

This is the default anyway.
This commit is contained in:
Jonas Hahnfeld 2023-01-19 08:55:59 +01:00 committed by jenkins
parent 931552f385
commit 10912bdab3

View File

@ -1389,10 +1389,6 @@ namespace {
}
llvm::Triple TheTriple(llvm::sys::getProcessTriple());
#ifdef _WIN32
// COFF format currently needs a few changes in LLVM to function properly.
TheTriple.setObjectFormat(llvm::Triple::COFF);
#endif
clang::driver::Driver Drvr(argv[0], TheTriple.getTriple(), *Diags);
//Drvr.setWarnMissingInput(false);
Drvr.setCheckInputsExist(false); // think foo.C(12)