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
{{ message }}
This repository has been archived by the owner on Jun 16, 2019. It is now read-only.
When trying to generate pseudocode from a clang compiled IR module (with --module-in and -nooptimize) the AST generation pass in the backend dies due to, what I assume to be, an illegal write on expression->firstUse = this; in fcd/ast/expression_use.cpp.
The crash was produced using the following module. miniz.zip
The text was updated successfully, but these errors were encountered:
When trying to generate pseudocode from a clang compiled IR module (with
--module-in
and-nooptimize
) the AST generation pass in the backend dies due to, what I assume to be, an illegal write onexpression->firstUse = this;
infcd/ast/expression_use.cpp
.The crash was produced using the following module.
miniz.zip
The text was updated successfully, but these errors were encountered: