-
### Description
After setting up Parallels Desktop with Windows 11 and freshly installing flutter to create a new project, installing rive yields the following application error when building for w…
-
It looks like this is now possible, and like it's time to retire https://github.com/athenavm/rustc-rv32e-toolchain
See https://github.com/paritytech/polkavm/issues/178
-
Using VS 2022 Clang toolchain (LLD 15.0.1) I get out of memory error with this stack:
```console
9>LINK : LLVM error : out of memory
9>Allocation failed
9>PLEASE submit a bug report to https://gi…
-
### Describe your issue.
raise NotImplementedError("Direct update to DOK sparse format is not allowed.")
NotImplementedError: Direct update to DOK sparse format is not allowed.
### Reproducing Code…
-
Currently using the `lld` linker in nix doesn't work correctly.
Executables that it produces have entries in `lld` being `not found` (rpaths are missing).
That's because `ld` and `gold` have wra…
-
I'm getting a crash when running the rend3 examples ~~in --release mode~~ with lto=thin and using LLD. (edit: Happens in both dev builds and release builds when using thinLTO)
Rend3 repo: https://g…
-
My env Windows 10 (x64)
mingw32-make, MinGW Makefiles
dub, dmd, ldc2
also tried with Visual Studio 2017 compilers (nmake, NMake Files)
I compiled build.exe util from this repository (latest ve…
-
| | |
| --- | --- |
| Bugzilla Link | [32603](https://llvm.org/bz32603) |
| Version | unspecified |
| OS | Windows NT |
| Attachments | [Reproducer and possible fix.](https://user-images.githubuserc…
-
LTO builds of FFmpeg on Windows on x86 fail, because LLD believes that the link has unresolved symbols, so it errors out before proceeding to the actual LTO compile (where those symbols would appear).…
-
`EXCLUDE_FILE` linker script directive is not excluding files in linker script rule-matching.
Reproducible example:
```bash
#!/usr/bin/env bash
cat >1.c