-
Hi, I was running the clangir on several files from another project.
There is a segmentation fault on one of them. In function `mlir::Block::isEntryBlock()`, it looks like the pointer returned by `…
-
Compiling the kernel using LLVM instead of GCC is no longer working starting with kernel v6.9.9.
I've tried with LTO disabled and downgrading pahole to v1.26 with no luck. Downgrading pahole was a …
-
We found this out in the llvm daily builds in copr. We have a runtime dependency repo that uses `$distname` as we have `fedora` and `rhel` chroots. See https://copr.fedorainfracloud.org/coprs/g/fedora…
-
@vanhauser-thc wrote in #449:
> AFL++'s LLVM plugins are not built by default.
> And even if the user wants to build them the check is faulty:
```
$ cargo-afl afl config --plugins
AFL LLV…
-
Below is the program code for test.cpp.
```
#include
#include
using namespace cl::sycl;
int main() {
queue q;
const int size = 1024;
std::vector data(size, 1);
buff…
-
**Check List**
- [N/A] The binary I am trying to run has been compiled statically for either RV64 or AArch64.
- [N/A] The compiled binary is a Linux Elf file.
- [N/A] I have provided both a conf…
-
I'm building lfortran 0.42 with LLVM 18 on a loongarch64 machine (CPU model: 3A6000).
cmake config is: ``cmake -DWITH_LLVM=yes -DCMAKE_INSTALL_PREFIX=`pwd`/inst .``
The build is successful. Then I …
-
```
truffleruby 20.1.0-dev-7e4cc87e, like ruby 2.6.5, GraalVM CE Native [x86_64-darwin]
```
To reproduce:
```
gem install gosu
ruby -rgosu -e 'w = Gosu::Window.new(200, 150); w.caption = "It…
deepj updated
4 years ago
-
Test on commit: https://github.com/llvm/llvm-project/commit/38fffa630ee80163dc65e759392ad29798905679
steps to reproduce:
```
mlir-opt test.mlir -affine-super-vectorize="virtual-vector-size=128 test…
-
I've seen this fail occasionally on the public macOS buildbots. Example: https://green.lab.llvm.org/job/llvm.org/view/LLDB/job/as-lldb-cmake/15188/execution/node/97/log/?consoleFull
```
FAIL: LLDB…