From 42f9f75b5f51dc2937de73be1155df0b175408f4 Mon Sep 17 00:00:00 2001 From: Chris AtLee Date: Fri, 29 Jul 2011 16:46:45 -0400 Subject: [PATCH] comment --- ccache.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ccache.c b/ccache.c index 21657ad2d..2cd7323ed 100644 --- a/ccache.c +++ b/ccache.c @@ -1052,6 +1052,8 @@ calculate_object_hash(struct args *args, struct mdfour *hash, int direct_mode) char *base_name; output_to_real_object_first = true; base_name = remove_extension(output_obj); + /* profile_dir is cwd by default unless overridden by + * -fprofile-use=, or -fprofile-dir */ gcda_name = format("%s/%s.gcda", profile_dir, base_name); cc_log("Adding profile data %s to our hash", gcda_name); /* Add the gcda to our hash */ -- 2.47.3