[all-commits] [llvm/llvm-project] a963bc: [lld-macho] Increase slops to prevent thunk out of...

Vincent Lee via All-commits all-commits at lists.llvm.org
Thu Jan 6 12:29:33 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a963bc490d689cdd2e46d0c347f8e0927b502fdd
      https://github.com/llvm/llvm-project/commit/a963bc490d689cdd2e46d0c347f8e0927b502fdd
  Author: Vincent Lee <leevince at fb.com>
  Date:   2022-01-06 (Thu, 06 Jan 2022)

  Changed paths:
    M lld/MachO/ConcatOutputSection.cpp

  Log Message:
  -----------
  [lld-macho] Increase slops to prevent thunk out of range

One of our internal arm64 apps hit a thunk out of range error when building
with LLD. Per the comment, I'm arbitrarily increasing slop size to 256.

Reviewed By: #lld-macho, thakis

Differential Revision: https://reviews.llvm.org/D116705




More information about the All-commits mailing list