-
So I have a currious case where I need 128bit type intrinsics exported from a dll. From my testing with `link` I observed that adding the flags: `clang_rt.builtins-x86_64.lib -NODEFAULTLIB:libcmt -exp…
-
### Use case
**Description:**
I am trying to build the Flutter Engine (Flutter.xcframework) in my local with the `-make_mergeable` linker flag to support mergeable libraries/frameworks.
In ios/B…
-
I got the following error trying to build bios. I have successfully built some other examples (ferris, fs, hello_world and monkey).
```
error: linking with `rust-lld` failed: exit code: 1
|
…
-
If I build flang with `-DFLANG_DEFAULT_LINKER=lld`, the system `ld` is used.
```
$ bin/flang-new -### t0.f90
flang-new version 18.0.0 (git@github.com:kkwli/llvm-project.git d2d29288bd4f64e0966db42b…
kkwli updated
11 months ago
-
I'm trying to compile this for an AMD 6900XT. On an AMD CPU, arch linux. Pytorch works properly with ROCM.
Here are some of the link issues I'm getting:
```
/usr/bin/ld: CMakeFiles/ctranslate2.d…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR50211](https://bugs.llvm.org/show_bug.cgi?id=50211) |
| Status | NEW |
| Importance | P enhancemen…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR37020](https://bugs.llvm.org/show_bug.cgi?id=37020) |
| Status | NEW |
| Importance | P normal |
|…
-
[lld](https://lld.llvm.org/) is a linker developed by the LLVM team that (supposedly) has better performance than most system linkers. It is recommended for faster iterative builds by popular crates l…
-
thank you for providing this resource, would it be possible to get the llvm-lld linker also distributed as part of the llvm package?
-
The "gold" linker is being used on Linux, but Gentoo devs dropped support for it, after declaring it dead upstream: https://bugs.gentoo.org/936112
Replacing it with an external "lld" is as easy as:…