diff options
author | Diana Picus <diana.picus@linaro.org> | 2017-05-09 13:05:43 +0000 |
---|---|---|
committer | Diana Picus <diana.picus@linaro.org> | 2017-05-09 13:05:43 +0000 |
commit | e8da53f4e07eea1488eeaf1684f15aac0cf447e7 (patch) | |
tree | 7e7df49999c0952d53b8fb1975e301735a41ccee /llvm/lib | |
parent | 2083f31b88c5c47243af904640afea194b7d424c (diff) | |
download | bcm5719-llvm-e8da53f4e07eea1488eeaf1684f15aac0cf447e7.tar.gz bcm5719-llvm-e8da53f4e07eea1488eeaf1684f15aac0cf447e7.zip |
Revert "[Dwarf] Disable reference verification for now (PR32972)"
This reverts commit r302520 because it break the unit tests.
llvm-svn: 302524
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp b/llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp index 024ddf54dc1..8a544296f65 100644 --- a/llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp +++ b/llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp @@ -172,8 +172,7 @@ bool DWARFVerifier::handleDebugInfo() { } } } - // FIXME: This introduced unexplained failures on buildbots (PR32972) - //verifyDebugInfoReferences(); + verifyDebugInfoReferences(); return NumDebugInfoErrors == 0; } |