-
### Description
Building https://github.com/compnerd/swift-win32 with spm on the Windows toolchain built at the main-branch tip-of-tree since yesterday (11/07/2024) fails to link
```
lld-link: …
-
Trying to cross compile AVR program but the final linking seems to fail due to some syntax error in the linkerscript.
```
clang++ --target=avr -o firmware.elf -mmcu=atmega2560 --sysroot=${SYSROOT_…
-
In Heptapod by @xbjfk on Mar 13, 2022, 12:15
When generating `_curses_cffi.o` the following error arises:
```
ld.lld: error: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../lib64/crti.o is incomp…
-
Hello :wave:
First of all, I'm very new to bazel, so please forgive any incorrect wording and stupid questions :sweat_smile:
I'm trying to switch to bazel with a bunch of native dependencies, …
-
/sourcelink is useful for debugging as it can load the symbols from the version system (git/...) automatically.
Unfortunately, it is not supported by lld-link
Reference: https://learn.microsoft.com/…
-
Linking phase is taking substantial amount of time on larger projects, it would be great to get support for `-fuse-ld=gold` and/or `-fuse-ld=lld`, both of which support parallel linking and are much f…
rojer updated
4 weeks ago
-
LLVM 4.0 is shipping with LLD enabled, though AFAIK it is not yet production-ready on all platforms. I believe we've got an LLVM upgrade planned soon to resolve AVR/emscripten problems anyway, so now'…
-
[This code in LLD COFF](https://github.com/llvm/llvm-project/blob/474234a09655e57b7a4270150f0926db77e864b4/lld/COFF/InputFiles.cpp#L1200) doesn't ever look at the LLVM IR comdat selection kind, so it …
-
I tried this code:
```rust
/// Returns the server
#[link_name = "_ZN17InterfacePointers6ServerEv"]
fn get_server_by_symbol() -> &'static mut IServer;
```
I have a static lib containing …
-
### Issue type
Build/Install
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
source
### TensorFlow version
2.18.0-rc0
### Custom code
No
### OS pl…