-
~~## ZLD 的配置~~
~~Rust 编译大部分耗时在 [linker 阶段](https://en.wikipedia.org/wiki/Linker_(computing)), 所以文中给与 ZLD 配置, 但是注意后面的配置路径有点问题, homebrew Apple silicon 默认的安装位置在`/opt/homebrew/bin/`~~
```diff
# .ca…
-
### Go version
go version go1.23.1 linux/arm64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE='auto'
GOARCH='arm64'
GOBIN=''
GOCACHE='/usr1/GOCACHE'
GOENV='/root/.config/…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR32603](https://bugs.llvm.org/show_bug.cgi?id=32603) |
| Status | NEW |
| Importance | P enhancemen…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR52028](https://bugs.llvm.org/show_bug.cgi?id=52028) |
| Status | NEW |
| Importance | P normal |
|…
-
it actually ends up crashing lld-link, but the errors come first, so I think it's also doing something wrong.
I tried with and without `used_linker` and get the same thing either way, whereas `used…
-
Seen in:
* https://github.com/ziglang/zig-bootstrap/issues/195 (dynamically linked glibc, soft float)
* https://github.com/ziglang/zig-bootstrap/issues/196 (dynamically linked glibc, hard float)
…
-
When targeting Windows/MSVC, many build tools pass call `link.exe` (=> lld-link) with paths with backslashes.
LLD does not handle these correctly. For example, passing the global library path `/li…
-
How do I link a simple hello-world LLVM module into an executable using LLD?
Per [this documentation for LLVM](https://lld.llvm.org/), this is possible from code but I am not sure it is implemented i…
Pebaz updated
3 years ago
-
The README page mentions the following benchmark: `Clang 19 (1.56 GiB) 42.07s 33.13s 5.20s 1.35s`, but I cannot reproduce it on my AMD machine. First, am I right about the binary size (1.56 GiB) is me…
-
Hello, is there a way to make a shared library built with Memory sanitizer that is importable from Python ? I tried with Pybind11 and I am getting either undefined symbols on the import or if I link l…
VA-GS updated
4 weeks ago