-
I am doing whole program analysis in a LLVM pass, which needs the whole program to run through a pass on a single final .bc file. I was using `-s WASM_OBJECT_FILES=0` for that feature, but now it look…
-
| | |
| --- | --- |
| Bugzilla Link | [48531](https://llvm.org/bz48531) |
| Version | trunk |
| OS | Linux |
| Attachments | [bc file pased to opt](https://user-images.githubusercontent.com/60944935…
-
Minimal reproduction:
Create a cpp pass implementation with `#include "llvm/Analysis/AliasAnalysis.h"` without any contents below, and try to compile with `./compile.sh`.
Click for sample comp…
cr0sh updated
6 months ago
-
The Docker setup here still seems to have LLVM 16 and Rust 1.70.0, which at this point is far behind the current stable as well.
-
Not sure if this is the correct place to report the bug or if it belongs at bugs.llvm.
I try to compile Viz.js (GraphViz for the web) and the compiler segfaults while compiling "lab.c" of GraphViz.…
-
````bash
git clone https://github.com/matthiaskrgr/cargo-cache
cd cargo-cache
RUSTFLAGS="-Cprofile-generate=target/pgodata" cargo build --release
./target/release/cargo-cache
./target/release/car…
-
In order to support "machine module pass" in legacy pass manager, `MachineFunction` and `MachineModuleInfo` are tightly coupled (https://github.com/llvm/llvm-project/commit/733fe3676c629b25edcae79d3ba…
-
kapura1@devvbox:~/src/oss/llvm-3.2/llvm-3.2.src/lib/Transforms/Faults$ make
llvm[0]: Compiling faults.cpp for Release+Asserts build (PIC)
In file included from faults.cpp:24:
In file included from …
-
Vivek please add details
-
AFL is a classic fuzzer. There are many studies based on AFL. However, my known work does not explain how to calculate coverage.
I use llvm mode for instrumentation. Accumulate the inst_blocks in …