Remove explicit setting of COFF binary format on Windows
This is the default anyway.
This commit is contained in:
parent
931552f385
commit
10912bdab3
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user