Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[6.0] Suppress redundant linkage warnings #7414

Merged
merged 1 commit into from Mar 22, 2024
Merged

Commits on Mar 20, 2024

  1. Suppress redundant linkage warnings due to dependency linkage propaga…

    …tion (#7404)
    
    Suppress redundant linkage warnings due to dependency linkage
    propagation rdar://112671586
    
    ### Motivation:
    
    Improve user experience by suppressing  redundant linkage warnings
    
    ### Modifications:
    
    Pass "-no_warn_duplicate_libraries" to linker.
    
    ### Result:
    
    We should not see warnings such as "ld: warning: ignoring duplicate
    libraries: '-lsqlite3'"
    
    ---------
    
    Co-authored-by: Max Desiatov <[email protected]>
    (cherry picked from commit e73cb5b)
    pusukuri committed Mar 20, 2024
    Copy the full SHA
    906c40e View commit details
    Browse the repository at this point in the history