[PATCH] D105818: [lld/mac] Implement -application_extension
Jez Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 12 10:50:45 PDT 2021
int3 added inline comments.
================
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
----------------
thakis wrote:
> int3 wrote:
> > nit: s/.so/.dylib/
> Hm, I thought it's custom to call `-dylib`s `.dylib` and `-bundle`s `.so`?
oh is it? alright then
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105818/new/
https://reviews.llvm.org/D105818
More information about the llvm-commits
mailing list