Replies: 1 comment
-
Thanks, @rengglian . That's gotta come from one of these:
I'd have to figure out specifically which type it refers to and whether that can be supported. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to use ikos on a bigger project, but it fails due to unsupported llvm type.
the project is a c++ cmake project, everything is set up in a docker container.
root@5588e0201437:/src/BiggerProject# ikos-scan -v make target
leads to following output:
it is building fine but still fails at the end.
running the simple single file example works.
Beta Was this translation helpful? Give feedback.
All reactions