-
When running an LLVM build on Debian/sparc64, several `compiler-rt` tests `FAIL` with linker errors. Although the primary linker is `ld.bfd` 2.42.50.20240625, some tests are specificially run with `l…
rorth updated
3 months ago
-
### Code
```Rust
#![no_std]
#![no_main]
#![feature(asm_experimental_arch)]
use core::{panic::PanicInfo, arch::asm};
#[panic_handler]
fn panic(_info: &PanicInfo) -> ! {
loop {}
}
#[no_mangle]…
-
### Describe the bug
I tried using zig as the cgo compiler, and it has a good cross-compilation feature. However, when I compile the cogentcore project using this method, the following compilation er…
-
### Describe the bug
Hello,
I am using DPC++ to build a SYCL2020 project. I am running through a docker container with OpenCL, NVIDIA and AMD GPU backends. I used to build DPC++ at commit hash …
-
I am running Fedora Linux, and I'm interested in using libc++ as the stdlib with Clang. I have installed the system package for libc++ (not built it myself).
I see there's other issue bugs about au…
-
from https://github.com/llvm/llvm-project/issues/52836
Windows 11
Windows SDK 10.0.22523.0
Microsoft (R) C/C++ Optimizing Compiler Version 19.31.30818 for x64
Copyright (C) Microsoft Corporation…
-
### Describe the bug
Build fails during final shared lib linking.
### To Reproduce
Steps to reproduce the behavor:
1. build rocblas version 6.0.2 with export ROCM_GPUS="gfx803;gfx900;gfx906:xnac…
aagit updated
1 month ago
-
| | |
| --- | --- |
| Bugzilla Link | [30750](https://llvm.org/bz30750) |
| Version | unspecified |
| OS | Linux |
| Attachments | [attempt](https://user-images.githubusercontent.com/425024/14375457…
-
Dear Experts,
I am working on Discovery repository, I am building this for STM32F3 Discovery. I am facing following error
**linking with rust-lld failed: exit code: 1**
When I am building by
…
-
I am trying to use clang 18 to cross compile a program for Arm 32-bit target.
The clang 18 was installed from the official LLVM Ubuntu repository following the instructions [here](https://apt.llvm.or…