The bootstrap tests were failing because the environment has a version
of gdb too old to read dwarf5 as generated by clang. The problem isn't
just pretty printer tests--this version of gdb will fail to read any
program compiled with those versions of clang.
More discussion here:
https://discourse.llvm.org/t/gdb-10-1-cant-read-clangs-dwarf-v5/6035/11
This hunk can probably also be removed. But I'll investigate the build issue first.