[PATCH] D80390: [WIP][mips] Support 64-bit relative relocations

Joe Holden via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 30 08:59:26 PDT 2020


joewholden added a comment.

Ok so, just stumbled upon one issue but I'm not yet sure where the problem lies given how bad mips support is in Go:

ld: error: section type mismatch for .debug_line

>>> /tmp/go-link-985122218/000010.o:(.debug_line): SHT_MIPS_DWARF
>>>  output section .debug_line: SHT_PROGBITS

I'm still testing though, so I'll see what I uncover...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80390





More information about the llvm-commits mailing list