-
### Description
When Swift 6.0.1 is built on Linux with
1. An existing Swift 5.10.1 compiler _and_
2. Using `lld` as the linker (via `-DLLVM_USE_LINKER=lld`)
the built `lldb` and repl crash …
-
As below:
```
error: linking with `x86_64-unknown-netbsd-gcc` failed: exit status: 1
= note: rust-lld: error: unknown argument '-dc'
rust-lld: error: unknown argument '-dp'
…
-
I tried to run the project; an error came how to solve this help me
ld.lld: error: /opt/homebrew/Cellar/glib/2.82.1/lib/libgio-2.0.a: archive member 'xdgmime.c.o' is neither ET_REL nor LLVM bitcode…
-
### LVGL version
v9.2
### What happened?
[ 46%] Building CXX object ../lvgl-9.2.0/out/CMakeFiles/lvgl_thorvg.dir/src/libs/thorvg/tvgLottieExpressions.cpp.o
ld.lld: error: lib/liblvgl.a(lv_blend_he…
-
Two weeks ago we adapted the `lld` linker to our project, unfortunately after that we observed much longer build times on CI. After investigating, it turned out that the problem is caused by the new l…
-
LLD supports Darwin / Mach-O now: https://lld.llvm.org/MachO/index.html
And it's supposedly ~2-3x faster.
Just filing for reference since I saw this and noticed it was false:
https://github.com…
-
I'm trying to use lld-link to link [C# NativeAOT](https://learn.microsoft.com/en-us/dotnet/core/deploying/native-aot/) apps targeting Windows on Linux, the tooling for which generates an rsp for link.…
-
I just hit the following ICE on nightly-2024-07-21:
```
2024-07-27T18:47:51.0486374Z error: rustc interrupted by SIGSEGV, printing backtrace
2024-07-27T18:47:51.0486993Z
2024-07-27T18:47:51.04…
-
STR:
- Download https://drive.google.com/file/d/1AESRw2pf8lbMwfKl4S238UlOBqf1YHCR/view?usp=sharing
- Unpack the archive and enter the `repro` directory.
- Run `lld-link @response.txt`
Expected r…
-
### Description of the bug:
_No response_
### Which category does this issue belong to?
C++/Objective-C Rules
### What's the simplest, easiest way to reproduce this bug? Please provide a minimal…