]> granicus.if.org Git - llvm/commit
[Dwarf] Disable reference verification for now (PR32972)
authorRenato Golin <renato.golin@linaro.org>
Tue, 9 May 2017 12:36:50 +0000 (12:36 +0000)
committerRenato Golin <renato.golin@linaro.org>
Tue, 9 May 2017 12:36:50 +0000 (12:36 +0000)
commit972328b093f699c60bb6a7251ec9140a8f34281b
tree051178336d0b34aa87ade83546e509baa056341a
parent399701889933da8d24321342d821301c744cb1bf
[Dwarf] Disable reference verification for now (PR32972)

There is no other explanation about why this only started happening
now, even though it crashes on old code (supposedly reachable from
here).

The only common factor between the failing bots is that they use GCC
(4.9 and 5.3) to compile Clang, while the others use Clang 3.8, but the
failure is while building the tests, as an assertion, on Clang.

Commenting it out for now in hope the bots will go back green, but we
should keep looking for the real cause, and update bugzilla.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@302520 91177308-0d34-0410-b5e6-96231b3b80d8
lib/DebugInfo/DWARF/DWARFVerifier.cpp