-
Recently, we have started getting these messages when running the "Build and run WebAssembly libraries tests" step on Linux
```
ILC: Method '[S.P.CoreLib]Interop+JsGlobalization.GetLocaleInfo(ch…
-
clang-20 crashed with ```-g``` option.
Compiler explorer: https://godbolt.org/z/73x3Wzj57
Since compiler explorer enables ```-g``` by default, if clang compiles this code with ```-g0```, it does n…
-
This issue exists to let you know that we are about to monitor the builds
of the LLVM (v20.0.0, llvm/llvm-project@ 032014e) snapshot for 20241116.
At certain intervals the CI system will update th…
-
### Describe the bug
I'm running Orbit training and it's reporting an error, `LLVM ERROR: out of memory`. However, I have plenty of RAM, 128GB, and the Isaac sim will only take up 8GB of my RAM.
…
thkkk updated
1 month ago
-
I'm attempting to use concrete-ml's FHE library and compiling it to send and receive encrypted data. When I run my backend python file (backend/backend.py, I see this error:
`PLEASE submit a bug repo…
-
Hello, when I execute the make command in llvm_mode, I get the following error:
/home/sm/Desktop/Profile-guided-Fuzzing-main (1)/Profile-guided-Fuzzing-main/AFL/llvm_mode/afl-llvm-rt.o.c:288: undefin…
-
I encountered a segmentation fault while running the `Pluto::BogusControlFlowPass` on my LLVM IR code. The issue occurs when running the pass with `opt`, resulting in a crash. The error happens specif…
-
**Describe the Bug**
As part of a project that ingests LLVM IR I am probing function definitions (and calls) for the types of their arguments. As my ingested IR comes from Rust (for now), it is not u…
-
Following the build instructions in the readme,
```
cmake .. -G "Ninja" -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DSD_HIPBLAS=ON -DCMAKE_BUILD_TYPE=Release -DAMDGPU_TARGETS=gfx1100
…
-
### Description
When passing a member function to a free function as an argument and having `onone-simplification` pass disabled (`swift-frontend -emit-sil -Xllvm -sil-disable-pass=OnoneSimplificatio…