[lld-macho] Fix -bitcode_process_mode arg type
authorKeith Smiley <keithbsmiley@gmail.com>
Tue, 26 Jul 2022 23:18:17 +0000 (16:18 -0700)
committerKeith Smiley <keithbsmiley@gmail.com>
Wed, 27 Jul 2022 03:58:17 +0000 (20:58 -0700)
commite3857791a7af9999c09060e8360e3c45fde8e984
tree0cc0e1d2706877a7dda75f131ab370ba6ca48481
parentb105f26c8a733fd73dad6fff00362817a078f030
[lld-macho] Fix -bitcode_process_mode arg type

This is still undocumented and unsupported, but if someone passed it
before you would end up with a missing file error since this takes an
argument that wouldn't be handled.

Differential Revision: https://reviews.llvm.org/D130606
lld/MachO/Options.td