bevyengine / bevyengine/bevy-website
LLD directly
Open
A-Quick-Start
C-Correction
S-Needs-Investigation
- Dominant language
- JavaScript
- Stars
- 249
- Forks
- 450
- Avg merge
- 16h 20m
- Merged PRs (30d)
- 6
Description
Could LLD be used directly with the following? Why is clang required on Linux, but not Windows?
```toml
[target.x86_64-unknown-linux-gnu]
linker = "lld" # or ld.lld, not sure if just lld exists on all distros
```
Contributor guide
Research direction
The issue names no files, tests, or entry points. Start by locating the website's guidance on Linux and Windows Rust linker setup, then compare the stated clang requirement with the provided target configuration. Done means the guidance clearly explains whether lld can be used directly and why the platforms differ.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- linux, rust
- Domain
- build-system
- Issue type
- Documentation
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100