aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/cc/link-rule.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/cc/link-rule.cxx')
-rw-r--r--libbuild2/cc/link-rule.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/libbuild2/cc/link-rule.cxx b/libbuild2/cc/link-rule.cxx
index 3f6824e..f0fb198 100644
--- a/libbuild2/cc/link-rule.cxx
+++ b/libbuild2/cc/link-rule.cxx
@@ -2765,6 +2765,11 @@ namespace build2
{
hash_path (cs, f->path (), rs.out_path ());
+ // @@ Do we actually need to hash this? I don't believe this set
+ // can change without rendering the object file itself out of
+ // date. Maybe in some pathological case where the bmi*{} is
+ // marked with bin.binless manually?
+ //
if (modules)
append_binless_modules (cs, rs, a, *f);
}