[PATCH] D95359: [lld-macho] Link against ObjCARCOpts instead of ObjCARC
Jez Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 25 06:46:22 PST 2021
int3 created this revision.
int3 added a reviewer: lld-macho.
Herald added a subscriber: mgorny.
int3 requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Not sure what the difference is, but using the latter appears to cause
issues in standalone builds. See llvm.org/PR48853.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D95359
Files:
lld/MachO/CMakeLists.txt
Index: lld/MachO/CMakeLists.txt
===================================================================
--- lld/MachO/CMakeLists.txt
+++ lld/MachO/CMakeLists.txt
@@ -32,7 +32,7 @@
DebugInfoDWARF
LTO
MC
- ObjCARC
+ ObjCARCOpts
Object
Option
Passes
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95359.318993.patch
Type: text/x-patch
Size: 263 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210125/14dda625/attachment.bin>
More information about the llvm-commits
mailing list