• Bruce Dawson's avatar
    Repackaged VS 2017 with updated Debuggers · ecef9073
    Bruce Dawson authored
    Due to bugs in the Fall Creators Update SDK we can't build Chromium with
    clang with that SDK. However the debuggers package (windbg and friends)
    in the "spring" Creators Update SDK can't handle fastlink PDBs reliably.
    
    So, this repackages the previous toolchain with the debuggers package
    from the Fall Creators Update SDK.
    
    This makes no difference to the builds, although it does mean that an
    updated copy of dbghelp.dll will be copied to the build directories.
    
    I created this package by manually copying over the new debuggers
    directory and then running:
    
        python package_from_installed.py --repackage=...
    
    Bug: 773476
    Change-Id: I05b37d518e3700e125eee5bbcb2cbf885d01afc5
    Reviewed-on: https://chromium-review.googlesource.com/827629Reviewed-by: default avatarScott Graham <scottmg@chromium.org>
    Commit-Queue: Bruce Dawson <brucedawson@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#524481}
    ecef9073
vs_toolchain.py 18.5 KB