[lld-macho] Fix -force_symbols_{,not_}weak_list arg type
authorBernhard Urban-Forster <bernhard.urban-forster@oracle.com>
Tue, 27 Sep 2022 14:35:57 +0000 (10:35 -0400)
committerNico Weber <thakis@chromium.org>
Tue, 27 Sep 2022 14:36:40 +0000 (10:36 -0400)
commit2769ceb0e7a4b4f11c2bf5bd21fd69c154c17ff8
tree431daecdcdea42c874b159305937d4db276b1919
parentbd77e1c827242bde00cbf2ec59e13ce21ef13755
[lld-macho] Fix -force_symbols_{,not_}weak_list 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/D133854
lld/MachO/Options.td