You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The crash is definitely a bug, but the definition of p is also a bit strange – it's marked throw() (which is equivalent to noexcept) but it's still throwing an exception. Removing that gives a verifier error (https://godbolt.org/z/d6cb161Gv), so there's at least two separate bugs here :)
Hi, I was running the clangir on several files from another project.
There is a segmentation fault on one of them. In function
mlir::Block::isEntryBlock()
, it looks like the pointer returned bygetParent()
is invalid.code:
command:
clang -I/home/ladisgin/git_proj/klee/include -c -S -Xclang -emit-cir LandingPad.cpp
The text was updated successfully, but these errors were encountered: