[all-commits] [llvm/llvm-project] e38577: [lld-macho] Fix -bitcode_process_mode arg type
Keith Smiley via All-commits
all-commits at lists.llvm.org
Tue Jul 26 20:59:47 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e3857791a7af9999c09060e8360e3c45fde8e984
https://github.com/llvm/llvm-project/commit/e3857791a7af9999c09060e8360e3c45fde8e984
Author: Keith Smiley <keithbsmiley at gmail.com>
Date: 2022-07-26 (Tue, 26 Jul 2022)
Changed paths:
M lld/MachO/Options.td
Log Message:
-----------
[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
More information about the All-commits
mailing list