• Leszek Swirski's avatar
    [build] Make run_mkgrokdump explicitly dep on run_mksnapshot · 0ed32e64
    Leszek Swirski authored
    tools/debug_helper:run_mkgrokdump used to only depend on mkgrokdump.
    However, the snapshot can change without affecting the mkgrokdump
    binary itself. So, if the mkgrokdump binary doesn't change, then
    run_mkgrokdump doesn't run, even if the snapshot changed.
    
    This could cause mysterious test failures in incremental builds, in
    particular for tests testing the contents of heap-constants-gen.cc.
    
    Now, we make run_mkgrokdump depend on run_mksnapshot_default
    directly, so that snapshot updates force an mkgrokdump run.
    
    Change-Id: Ia3871e1b4fa15ec2dbc0bc5463afdb427cb39c61
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2400987
    Commit-Queue: Leszek Swirski <leszeks@chromium.org>
    Commit-Queue: Michael Achenbach <machenbach@chromium.org>
    Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
    Auto-Submit: Leszek Swirski <leszeks@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#69776}
    0ed32e64
Name
Last commit
Last update
..
BUILD.gn Loading commit data...
DEPS Loading commit data...
README.md Loading commit data...
compiler-types.cc Loading commit data...
debug-helper-internal.cc Loading commit data...
debug-helper-internal.h Loading commit data...
debug-helper.h Loading commit data...
gen-heap-constants.py Loading commit data...
get-object-properties.cc Loading commit data...
heap-constants.cc Loading commit data...
heap-constants.h Loading commit data...
list-object-classes.cc Loading commit data...