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
Thank you for the report. I can confirm that there is indeed an issue when decompiling the file you have attached. On the current master, the debug version of RetDec fails with the following error:
Running phase: Constants optimization ( 6.36s )
While deleting: i32* %global_var_806da00
Use still stuck around after Def is destroyed:@global_var_806dbb0.481 = global i32* @global_var_806da00
retdec-bin2llvmir: build/external/src/llvm-project/lib/IR/Value.cpp:85: virtual llvm::Value::~Value(): Assertion `use_empty() && "Uses remain when a value is destroyed!"' failed.
Error: Decompilation to LLVM IR failed
The mentioned error happens during
...
Running phase: Assembly Writer ( 14.24s )
There are several references to this error in https://github.com/ldc-developers. Could this come from outdated llvm code?
log.txt
The text was updated successfully, but these errors were encountered: