-
Thanks for this library. I am trying to understand whether I can use plume for doing **intraprocedural** analysis or it is only for **interprocedural** analysis?
-
```
$ clang --version
clang version 12.0.1 (Fedora 12.0.1-1.fc34)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
```
```c++
#include
void f(std::atomic_uint6…
hidva updated
2 years ago
-
When I run the following command:
cmake .. -G Xcode -DCMAKE_TOOLCHAIN_FILE=~/Downloads/ios.toolchain.cmake -DPLATFORM=OS64
I get the following error:
CMake Error at /Users/scottmiller/Downloa…
-
**Describe the bug**
I have (I hope) a faithful Python encoding of the incremental example filed in https://github.com/cvc5/cvc5/issues/8049 using the "base" Python API, as follows:
```python
i…
aytey updated
2 years ago
-
@srekolam @arjun-raj-kuppala
I don't know why Cmake is trying to override `/usr/bin/python` but this is unacceptable behavior.
Also at the next step it tries to aquire root privileges via `sudo`…
-
Hello everyone,
I am writing a headless script to recover an overapproximation of the interprocedural control-flow graph of a program. I have been able to have all the direct jump targets and a few…
-
I'm trying to build interprocedural CFG for a program with the optimized pcode basic blocks from HighFunction.getBasicBlocks.
However, there are CALL and CALLIND instructions in the middle of a…
-
**Summary**
When building LAMMPS with LATTE and MKL, the build command gives "undefined reference to `mkl_...'" error messages during the linking LATTE.
In the cmake options for LATTE in
`lam…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR37451](https://bugs.llvm.org/show_bug.cgi?id=37451) |
| Status | RESOLVED FIXED |
| Importance | P…
-
| | |
| --- | --- |
| Bugzilla Link | [44898](https://llvm.org/bz44898) |
| Resolution | FIXED |
| Resolved on | Feb 13, 2020 12:01 |
| Version | trunk |
| OS | All |
| CC | @bjope,@ekatz,@fhahn,@ja…