aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/configuredtargets
diff options
context:
space:
mode:
authorGravatar hlopko <hlopko@google.com>2018-02-22 03:55:11 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2018-02-22 03:58:08 -0800
commitdaf78cc149c135514e557485007fffb058bd94f2 (patch)
treedc50e9901914d56020c3bdedaab3450998bc46e1 /src/main/java/com/google/devtools/build/lib/analysis/configuredtargets
parent485c49408639c03664521b40882b0c5bc0a7089a (diff)
Recompile linkstamps whenever any input of the owning action changes.
Linkstamps were not re-built when only volatile data changed, i.e. when we modified cc_binary source, linkstamp was not recompiled so we got old timestamps. The proper behavior is to recompile linkstamp whenever any input to cc_binary linking action changes. And the implementation in this cl solves this by adding all linking inputs as inputs to linkstamp compile action. RELNOTES: None. PiperOrigin-RevId: 186595143
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/analysis/configuredtargets')
0 files changed, 0 insertions, 0 deletions