Open ladisgin opened 1 month ago
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 :)
I'm working on exceptions at the moment, will take a look at this soon, thanks for reporting!
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