Closed
Description
When link_name == "" we don't try to link the native library, which we primarily use to link to libc. As a side-effect this causes any link_args to not be emitted. These two things should not be coupled, since one might want to suppress the automatic -L argument to the linker while supplying their own.
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
Merge pull request rust-lang#1295 from bjorn3/update_cranelift
Replace a broken YouTube link (rust-lang#1295)
Replace a broken YouTube link (rust-lang#1295)
Auto merge of rust-lang#137022 - jieyouxu:bump-bootstrap-cc-cmake, r=…