[PATCH] D104354: [lld-macho] Put DATA_IN_CODE immediately after FUNCTION_STARTS

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 18 15:03:23 PDT 2021


thakis added a comment.

FYI, `strip` needs this too. Without this change, the data-in-code change regressed stripping again, with this error:

  % strip out/gn/bin/lld
  /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip: fatal error: file not in an order that can be processed (data in code info out of place): /Users/thakis/src/llvm-project/out/gn/bin/lld


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104354



More information about the llvm-commits mailing list