[PATCH] D109109: [MC] Recursively calculate symbol offset

Leonard Grey via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 10 14:48:41 PDT 2021


lgrey added a comment.

So I tried this and the eh_frame thing is a real problem at link time.  lld errors because the  X86_64_RELOC_SUBTRACTOR ends up being local. The link succeeds in ld64, but produces a weirdly large binary.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109109



More information about the llvm-commits mailing list