-
@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…
-
on linux i386:
```
FAILED: tools/lldb/source/Plugins/Process/elf-core/CMakeFiles/lldbPluginProcessElfCore.dir/ThreadElfCore.cpp.o
/opt/sccache//sccache /build/source/build-llvm/./bin/clang++ -DHA…
-
Compiling gstreamer 1.24.9 with clang-20 0cb5846a68cc5c5e519b2c80ab106e7e4fc6eedb with polly leads to the following crash.
The crash is happening during the ADCE pass, specifically when it's running …
-
LLVM Analyzer reports two dead assignments in FastSimulation/CTPPSSimHitProducer/plugins/CTPPSSimHitProducer.cc:
[1](https://cmssdt.cern.ch/SDT/jenkins-artifacts/ib-static-analysis/CMSSW_14_2_X_202…
-
### Description
Reopening https://github.com/swiftlang/swift/issues/77219 with some new information.
This compiler crash occurs when building the attached reproducer with a swift.org release toolc…
-
I ran `cargo +nightly afl config --build --plugins` successfully in order to use AFL++'s instrumentation passes. When I run `cargo afl build`, I get the following error:
```
error: failed to run LLV…
-
hi,
I got a error when I am try to build llvm-plugings.
![图片](https://user-images.githubusercontent.com/51234150/179903608-42c5b6d3-2efc-4c24-bfb3-fb09b746fe08.png)
my environment as follows
![图…
-
I get this error when running "pip install uwsgi" in a conda python 3.8 environment:
```
Collecting uwsgi
Using cached uWSGI-2.0.19.1.tar.gz (803 kB)
Building wheels for collected packages: uw…
-
Step1: Change this [line](https://github.com/nod-ai/iree-amd-aie/blob/c15a45a016a504f032b0f5c02d64c9916da91521/build_tools/build_test_cpp.ps1#L61) from
"-DCMAKE_BUILD_TYPE=Release"
to
"-DCMAKE_BUIL…
-
### Description
Annotating a block to throw a specific error can crash the compiler. In the example provided, changing the line `(pointer) throws(CrashError) in` to `(pointer) throws in` avoids the c…