/* run cpp on the input file to obtain the .i */
args_add(args, "-E");
args_add(args, input_file);
+ cc_log("Running preprocessor");
status = execute(args->argv, path_stdout, path_stderr);
args_pop(args, 2);
} else {
* included_files.
*/
cpp_hash = common_hash;
- cc_log("Running preprocessor");
object_hash = calculate_object_hash(preprocessor_args, &cpp_hash, 0);
if (!object_hash) {
fatal("internal error: object hash from cpp returned NULL");