[PATCH] D33898: [ARM] Create relocations for unconditional branches.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 5 09:17:05 PDT 2017


fhahn added a comment.

With this change, only 4 tests fail with an ARM bootstrap build with  a version of clang that randomly adds +thumb-mode. The failures seem unrelated to Thumb mode

  LLVM-Unit :: DebugInfo/DWARF/DebugInfoDWARFTests/DWARFDebugInfo.TestDwarfVerifyInvalidCURef
  LLVM-Unit :: DebugInfo/DWARF/DebugInfoDWARFTests/DWARFDebugInfo.TestDwarfVerifyInvalidLineFileIndex
  LLVM-Unit :: DebugInfo/DWARF/DebugInfoDWARFTests/DWARFDebugInfo.TestDwarfVerifyInvalidLineSequence
  LLVM-Unit :: DebugInfo/DWARF/DebugInfoDWARFTests/DWARFDebugInfo.TestDwarfVerifyInvalidStmtList
  LLVM :: Bindings/Go/go.test

That's down from a couple of thousand failures without this patch!


https://reviews.llvm.org/D33898





More information about the llvm-commits mailing list