Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
rust-lang
/
rust
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
16.3k
Star
119k
Code
Issues
5k+
Pull requests
1.4k
Actions
Projects
Security and quality
6
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Implement
-Zgcc-ld=lld
stabilization MCP
- #96401
#96401
Closed
lqd
wants to merge 18 commits into
rust-lang:master
rust-lang/rust:master
from
lqd:lld_mcp
lqd/rust:lld_mcp
Copy head branch name to clipboard
Conversation
Commits
18
(18)
Checks
Files changed
Closed
Implement
-Zgcc-ld=lld
stabilization MCP
#96401
lqd
wants to merge 18 commits into
rust-lang:master
rust-lang/rust:master
from
lqd:lld_mcp
lqd/rust:lld_mcp
Copy head branch name to clipboard
Commits
Commits on Apr 25, 2022
add dedicated `-C link-self-contained` structures
lqd
committed
9229104
View commit details
Copy full SHA for 9229104
Browse repository at this point
add dedicated `-C linker-flavor` structures
lqd
committed
32fb418
View commit details
Copy full SHA for 32fb418
Browse repository at this point
add tests for `LinkSelfContained` options parsing
lqd
committed
7a6f23c
View commit details
Copy full SHA for 7a6f23c
Browse repository at this point
add tests for `LinkerFlavorCli` options parsing
lqd
committed
48df2ef
View commit details
Copy full SHA for 48df2ef
Browse repository at this point
Commits on Apr 27, 2022
use `LinkSelfContained` for `-C link-self-contained`
lqd
committed
79c405a
View commit details
Copy full SHA for 79c405a
Browse repository at this point
use `LinkerFlavorCli` for `-C linker-flavor`
lqd
committed
bfa09e1
View commit details
Copy full SHA for bfa09e1
Browse repository at this point
implement linker-flavor enrichments for MCP
lqd
committed
41a6a18
View commit details
Copy full SHA for 41a6a18
Browse repository at this point
add sanity check about `-Zgcc-ld` and `-Clinker-flavor=gcc:*`
lqd
committed
29d0bad
View commit details
Copy full SHA for 29d0bad
Browse repository at this point
add fixme to improve `-Clink-self-contained` doc
lqd
committed
8609fe5
View commit details
Copy full SHA for 8609fe5
Browse repository at this point
bootstrap: add `rust_lld_enabled` cfg when `rust.lld` is enabled in config
lqd
committed
44dae66
View commit details
Copy full SHA for 44dae66
Browse repository at this point
Error when trying to use `rust-lld` if it's disabled in config
Show description for 82c5485
lqd
committed
82c5485
View commit details
Copy full SHA for 82c5485
Browse repository at this point
require `-Z unstable-options` to use the new flag values
Show description for 0a8bc98
lqd
committed
0a8bc98
View commit details
Copy full SHA for 0a8bc98
Browse repository at this point
test unstable values of `-C link-self-contained`
Show description for 9441b0a
lqd
committed
9441b0a
View commit details
Copy full SHA for 9441b0a
Browse repository at this point
test warning about known issue 7955 with lld
lqd
committed
179b431
View commit details
Copy full SHA for 179b431
Browse repository at this point
test unstable values of `-C linker-flavor=gcc`
lqd
committed
3afa1c2
View commit details
Copy full SHA for 3afa1c2
Browse repository at this point
add test ensuring `-Zgcc-ld=$linker` and `-Clinker-flavor=gcc:$linker` match
Show description for a595ce7
lqd
committed
a595ce7
View commit details
Copy full SHA for a595ce7
Browse repository at this point
add run-make test for `-C linker-flavor=gcc:*`
Show description for f04c944
lqd
committed
f04c944
View commit details
Copy full SHA for f04c944
Browse repository at this point
add run-make test to ensure using rust-lld works
Show description for 011aacd
lqd
committed
011aacd
View commit details
Copy full SHA for 011aacd
Browse repository at this point
You can’t perform that action at this time.