mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-13 22:48:43 +03:00
Run C preprocessor
This commit is contained in:
parent
f21241b662
commit
5b137768a0
17 changed files with 112 additions and 24 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue