[libc-commits] [PATCH] D82404: [libc] Minimal Darwin support

Thorsten via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Jun 24 14:09:15 PDT 2020


tschuett added a comment.

Notes:

- llvm-objcopy cannot do aliases for Mach-O. It can only rename symbols.
- ld64 supports an alias_list option to create aliases. It would probably require the mangled names.
- clang does not support the alias attribute for Darwin.


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

https://reviews.llvm.org/D82404





More information about the libc-commits mailing list