[PATCH] D104919: [lld-macho] Preserve alignment for non-deduplicated cstrings

Jez Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 25 16:54:46 PDT 2021


int3 added a comment.

Ah. I meant that an order file like

  "hi"
  "hallo"

Should work according to ld64's manpage (and its code), but doesn't seem to work in practice. Didn't think about the regular symbol case, I guess it might be worthwhile to find some way to make that still work. (Alternatively, maybe just supporting literal-value-based ordering will be good enough?)


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

https://reviews.llvm.org/D104919



More information about the llvm-commits mailing list