c++ - klee on c++14 程序

标签 c++ llvm c++14 klee

据我所知,我不能在 C++14 中的程序上使用 klee,因为 llvm-3.4不支持。

不过,我想知道有没有什么办法,trick,experimental 版本等,这将允许我在 c++14 程序上使用 klee。

最佳答案

klee 实际上已经死了,所以我怀疑它是否会更新到比 LLVM 3.4 更新的版本,除非有人开始维护它。

关于c++ - klee on c++14 程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38956453/

相关文章:

c++ - + 和++ 的运算符优先级

c++ - C2276 '&' : illegal operation on bound member function expression

linker - LLVM 将 pthread 函数调用插入 IR

c++ - Range-V3:获取基础迭代器

c++ - 参数包递归扩展后`no matching function for call`

C++ 库中的 C# 枚举

c++ - 使用 Weverything 和 C++11 时出现与 clang 冲突的警告

llvm - 访问 LLVM 数组中的元素

LLVM 无法获得所需的分析

c++ - 不合格的名称查找 : Why local declaration hides declaration from using directive