Run C preprocessor

This commit is contained in:
Martin Kinkelin 2023-06-05 13:50:41 +02:00
parent f21241b662
commit 5b137768a0
17 changed files with 112 additions and 24 deletions

View file

@ -858,5 +858,6 @@ int linkObjToBinaryGcc(llvm::StringRef outputPath,
logstr << "\n"; // FIXME where's flush ?
// try to call linker
return executeToolAndWait(tool, argsBuilder->args, global.params.verbose);
return executeToolAndWait(Loc(), tool, argsBuilder->args,
global.params.verbose);
}