[lld] [lld-macho] Ignore -no_warn_duplicate_libraries flag (PR #86303)
    Vincent Lee via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Mar 28 08:03:37 PDT 2024
    
    
  
================
@@ -1407,3 +1407,7 @@ def debug_variant : Flag<["-"], "debug_variant">,
     HelpText<"Do not warn about issues that are only problems for binaries shipping to customers.">,
     Flags<[HelpHidden]>,
     Group<grp_ignored_silently>;
+def no_warn_duplicate_libraries : Flag<["-"], "no_warn_duplicate_libraries">,
----------------
thevinster wrote:
If someone were to implement `-warn_duplicate_libraries`, then we won't want to ignore this flag anymore, right? I'd leave a comment above this line if that were the case. 
https://github.com/llvm/llvm-project/pull/86303
    
    
More information about the llvm-commits
mailing list