[all-commits] [llvm/llvm-project] e04bf9: [lld-macho][NFC] Remove redundant checks (#67450)
kyulee-com via All-commits
all-commits at lists.llvm.org
Tue Sep 26 14:59:34 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e04bf911113566cec2e399f0909aed4e5dc309a0
https://github.com/llvm/llvm-project/commit/e04bf911113566cec2e399f0909aed4e5dc309a0
Author: kyulee-com <kyulee at meta.com>
Date: 2023-09-26 (Tue, 26 Sep 2023)
Changed paths:
M lld/MachO/Driver.cpp
Log Message:
-----------
[lld-macho][NFC] Remove redundant checks (#67450)
`ignoreAutoLinkOptions` checks run both in `parseLCLinkerOptions` and
`resolveLCLinkerOptions`. Convert the latter check to an assert.
More information about the All-commits
mailing list