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
Now that retdec-llvmir2hll is using the new converter of LLVM IR into BIR, we
can remove the original (old) one.
Reasons:
* Nobody will probably ever use it.
* We will not have to maintain two converters.
* Fewer `.cpp` files to compile.
Notes:
* We have to preserve labels_handler.cpp from the original converter as this
module is also used by the new converter.
* The retdec-decompiler.py script had to be also updated (to prevent users from
specifying 'orig' via --backend-llvmir2bir-converter.
Now that retdec-llvmir2hll is using the new converter of LLVM IR into BIR, we
can remove the original (old) one.
Reasons:
* Nobody will probably ever use it.
* We will not have to maintain two converters.
* Fewer `.cpp` files to compile.
Notes:
* We have to preserve labels_handler.cpp from the original converter as this
module is also used by the new converter.
* The retdec-decompiler.py script had to be also updated (to prevent users from
specifying 'orig' via --backend-llvmir2bir-converter.
Now that
retdec-llvmir2hll
is using the new converter of LLVM IR into BIR, we can remove the original (old) one. Reasons:.cpp
files to compile.The text was updated successfully, but these errors were encountered: