-
| | |
| --- | --- |
| Bugzilla Link | [35961](https://llvm.org/bz35961) |
| Version | unspecified |
| OS | Windows NT |
| CC | @dwblaikie,@zmodem,@rui314 |
## Extended Description
lld-link should …
-
# Issue description
Android build fails with latest NDK version r27.
# Environment
* libzmq version (commit hash if unreleased): Latest commit on master 90b4f410a07222fa2e9a5f53b454a09d4533e4…
-
**Describe the bug**
Linking against llvm via `dependency('llvm')` produces invalid ninja build rules
**To Reproduce**
```py
project('example', 'cpp')
llvm = dependency('llvm', components: ['co…
-
From: https://discourse.llvm.org/t/common-symbols-causing-issues/75272
When linking an application, I noticed that when using `LLD` in some of the stages, it causes an issue at runtime. I was able …
-
I'm trying to build kernel with clang on nixos.
I fetch linux kernel source 6.3.8 from kernel.org, and build with llvm16 toolchains and enable full lto.
I met this error
```
ld.lld: error: section…
-
I've built Ginkgo 1.7.0 with GCC + libstdc++ and installed it as a system library. But then when I try to build a project using Ginkgo with Clang + LLVM's libc++ instead of GCC's libstdc++, I get a li…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR44590](https://bugs.llvm.org/show_bug.cgi?id=44590) |
| Status | NEW |
| Importance | P enhancemen…
-
### Zig Version
0.12.0-dev.66+5e0107fbc
### Steps to Reproduce and Observed Behavior
> c:\zig\zig cc -march=native -ffinite-loops -DCOMPILER=\"ZIG\" -Ofast -fno-math-errno -D_WIN32 -o runzig.…
-
**Describe the bug**
meson cannot understand supported standards of flang on termux (android)
**To Reproduce**
install termux ( download from github https://github.com/termux/termux-app/releases…
-
My understanding is that there are no division hardware on the tkey, hence the compiler needs to issue calls to library functions for division operations. However, some (or all?) of those functions ar…