[PATCH] D130606: [lld-macho] Fix -bitcode_process_mode arg type

Keith Smiley via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 26 20:59:54 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rGe3857791a7af: [lld-macho] Fix -bitcode_process_mode arg type (authored by keith).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130606

Files:
  lld/MachO/Options.td


Index: lld/MachO/Options.td
===================================================================
--- lld/MachO/Options.td
+++ lld/MachO/Options.td
@@ -1182,7 +1182,7 @@
     HelpText<"This option is undocumented in ld64">,
     Flags<[HelpHidden]>,
     Group<grp_undocumented>;
-def bitcode_process_mode : Flag<["-"], "bitcode_process_mode">,
+def bitcode_process_mode : Separate<["-"], "bitcode_process_mode">,
     HelpText<"This option is undocumented in ld64">,
     Flags<[HelpHidden]>,
     Group<grp_undocumented>;


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130606.447923.patch
Type: text/x-patch
Size: 522 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220727/de6576b2/attachment.bin>


More information about the llvm-commits mailing list