[PATCH] D101395: [lld-macho] Implement builtin section renaming

Jez Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 27 14:18:23 PDT 2021


int3 added a comment.

I think we should implement features on an as-needed basis. E.g. we aren't likely to support MH_KEXT_BUNDLE or MH_DYLINKER any time in the near future, so I don't think adding code for them is worthwhile.

Do we have use cases for `-data_const` and `-text_exec`? Also, what exactly are shared regions?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101395



More information about the llvm-commits mailing list