-
The following JAX test crashes when compiled on a GCP c4a Axion ARM VM:
```
$ python tests/lax_test.py LaxTest.testConvGeneralDilatedLocal8
Running tests under Python 3.12.3: /home/phawkins/myenv…
-
I downloaded cosmopolitan.zip and tried to create me a portable executable using Clang. I thought that it should work since Clang can generate code for any CPU as long as you have the correct headers …
-
## Issue description
```
Configuring llvm-hs-4.1.0.0...
Setup: Encountered missing dependencies:
llvm-hs-pure ==4.1.0.0
builder for ‘/nix/store/wsx1h3prp03hgf32knbyq4wkhxnw86mb-llvm-hs-4.1.0.0.dr…
-
In order to lower ARM64 intrinsics down from ClangIR to LLVM, we found that we cannot lower to LLVM intrinsics that might need a `elementtype`, one example is LLVM intrinsic `aarch64.ldxr`, which requ…
-
Same as https://github.com/aya-rs/bpf-linker/issues/29, the book is missing to document the need for `libpolly-15-dev`, and apparently also the need for `zlib1g-dev` in the case of ubuntu 22.04.1. Se…
je-vv updated
1 month ago
-
./configure --llvm-path /usr/lib/llvm-4.0
object.Exception@../../usr/tmp/app_9806231e_e51f_448e_8012_c8ba06d9f3bd.d(380): The specified library llvm in path '/usr/lib/llvm-4.0/lib' does not exist.
-
Trying to build bcc with LLVM 19 fails with the following error:
```
/root/rpmbuild/BUILD/bcc-0.30.0-build/bcc-0.30.0/src/cc/frontends/clang/b_frontend_action.cc: In member function ‘bool ebpf::MapV…
-
Currently, we emit basic DWARF information and our target debuggers (LLDB and the DevTools extension) are more or less able to consume it.
We should do _much_ more. WASM debugging story is somewhat i…
-
I installed this on a relatively fresh Debian 12 install, first building by source, then with the prebuilt packages. At first clinfo showed I had ROCm installed, but it didn't list any of my devices. …
-
Recently support landed in rustc for dynamically loading LLVM. It would be nice if the rustc-guide documented how to switch to a custom LLVM backend. I'm not sure if this was planned to be included in…