[all-commits] [llvm/llvm-project] 39fe72: [lld-macho] Ignore -no_warn_duplicate_libraries fl...
Keith Smiley via All-commits
all-commits at lists.llvm.org
Thu Mar 28 09:41:30 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 39fe729502006f1b108828b75af8d63a27364f80
https://github.com/llvm/llvm-project/commit/39fe729502006f1b108828b75af8d63a27364f80
Author: Keith Smiley <keithbsmiley at gmail.com>
Date: 2024-03-28 (Thu, 28 Mar 2024)
Changed paths:
M lld/MachO/Options.td
M lld/test/MachO/silent-ignore.s
Log Message:
-----------
[lld-macho] Ignore -no_warn_duplicate_libraries flag (#86303)
This is a new ld64 flag (along with `-warn_duplicate_libraries`), where
the warning is enabled by default, and it can be useful to ignore since
it can be hard to dedup library flags across large builds. This doesn't
ignore the enabling version since if someone manually passed that and
lld didn't respect it, we probably want the user to know that.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list