[PATCH] D133854: [lld-macho] Fix -force_symbols_{, not_}weak_list arg type
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 27 07:37:01 PDT 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rG2769ceb0e7a4: [lld-macho] Fix -force_symbols_{,not_}weak_list arg type (authored by lewurm, committed by thakis).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133854/new/
https://reviews.llvm.org/D133854
Files:
lld/MachO/Options.td
Index: lld/MachO/Options.td
===================================================================
--- lld/MachO/Options.td
+++ lld/MachO/Options.td
@@ -1246,11 +1246,11 @@
HelpText<"This option is undocumented in ld64">,
Flags<[HelpHidden]>,
Group<grp_undocumented>;
-def force_symbols_not_weak_list : Flag<["-"], "force_symbols_not_weak_list">,
+def force_symbols_not_weak_list : Separate<["-"], "force_symbols_not_weak_list">,
HelpText<"This option is undocumented in ld64">,
Flags<[HelpHidden]>,
Group<grp_undocumented>;
-def force_symbols_weak_list : Flag<["-"], "force_symbols_weak_list">,
+def force_symbols_weak_list : Separate<["-"], "force_symbols_weak_list">,
HelpText<"This option is undocumented in ld64">,
Flags<[HelpHidden]>,
Group<grp_undocumented>;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133854.463233.patch
Type: text/x-patch
Size: 808 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220927/def2b28f/attachment.bin>
More information about the llvm-commits
mailing list