The .d file has already been put in the cache by to_cache (and
potentially converted to relative paths using
use_relative_paths_in_depfile).
This fixes what seems to be a mistake in
38301c0d.
corresponding header files have an updated timestamp. This fixes complaints
from clang.
+- Fixed a bug related to erroneously storing a dependency file with absolute
+ paths in the cache on a preprocessed hit.
+
ccache 3.3.4
------------
update_mtime(cached_dwo);
}
- if (generating_dependencies && mode == FROMCACHE_CPP_MODE
- && !conf->read_only && !conf->read_only_direct) {
- put_file_in_cache(output_dep, cached_dep);
- }
-
send_cached_stderr();
if (put_object_in_manifest) {