[PATCH] D105818: [lld/mac] Implement -application_extension
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 12 10:44:29 PDT 2021
thakis marked 2 inline comments as done.
thakis added a comment.
Thanks!
================
Comment at: lld/test/MachO/application-extension.s:19
+# RUN: | FileCheck --check-prefix=NOAPPEXT %s
+# RUN: %lld -arch arm64 -bundle -o %t/foo.so %t/foo.o \
+# RUN: -application_extension
----------------
int3 wrote:
> nit: s/.so/.dylib/
Hm, I thought it's custom to call `-dylib`s `.dylib` and `-bundle`s `.so`?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105818/new/
https://reviews.llvm.org/D105818
More information about the llvm-commits
mailing list