diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-11-07 09:26:41 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-11-08 11:08:03 +0200 |
commit | a78a8fcd2506c6ea6046fed32a25f7df3eeca631 (patch) | |
tree | b76939f57bac215e2dd2d982f5210047add94a52 /libbuild2/cc/compile-rule.hxx | |
parent | 79ee1b724a324e65c21a59f066bda5053306727a (diff) |
Rework header dependency extraction with diagnostics buffering
Diffstat (limited to 'libbuild2/cc/compile-rule.hxx')
-rw-r--r-- | libbuild2/cc/compile-rule.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libbuild2/cc/compile-rule.hxx b/libbuild2/cc/compile-rule.hxx index 95734e0..563a953 100644 --- a/libbuild2/cc/compile-rule.hxx +++ b/libbuild2/cc/compile-rule.hxx @@ -113,12 +113,12 @@ namespace build2 prefix_map build_prefix_map (const scope&, action, const target&, linfo) const; - struct module_mapper_state; + struct gcc_module_mapper_state; - bool - gcc_module_mapper (module_mapper_state&, + optional<bool> + gcc_module_mapper (gcc_module_mapper_state&, action, const scope&, file&, linfo, - ifdstream&, ofdstream&, + const string&, ofdstream&, depdb&, bool&, bool&, optional<prefix_map>&, srcout_map&) const; |