[PATCH] D69411: [MC] Calculate difference of symbols in two fragments when possible

Peter Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 29 07:11:39 PDT 2019


peter.smith added a comment.

When I run check-llvm with this patch applied I get 7 failures:

  LLVM :: DebugInfo/Mips/delay-slot.ll
  LLVM :: DebugInfo/Mips/dsr-fixed-objects.ll
  LLVM :: DebugInfo/Mips/dsr-non-fixed-objects.ll
  LLVM :: DebugInfo/Mips/fn-call-line.ll
  LLVM :: MC/AsmParser/directive_fill_2.s
  LLVM :: MC/MachO/reloc-diff.s
  LLVM :: MC/X86/expand-var.s

This is applied to master revision 12c9ffd108345f643df98dfa8653af1a4311ed86 <https://reviews.llvm.org/rG12c9ffd108345f643df98dfa8653af1a4311ed86> and the tests don't fail with master. Is it possible your most recent changes have broken something? I'm testing a release build of LLVM with clang, assertions enabled.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69411/new/

https://reviews.llvm.org/D69411





More information about the llvm-commits mailing list