mirror of
https://github.com/lifting-bits/remill
synced 2026-06-21 13:56:07 +00:00
f56c2dd36a
* LLVM 14 compatibility (#589) * LLVM 13/14 compatibility * Fix CUDA support Co-authored-by: Artem Dinaburg <artem@trailofbits.com> * bc:util: Remove unused variable. * arch:x86: Fix bitwise to boolean operations. * arch: Add missing thumb2 serialization. * bc:util: Fix llvm-14 deprecated getElementType from PointerType. * treewide: Fix pointer element naming. * bc:compat: Return nullptr on access of element type of an opaque pointer. Co-authored-by: Eric Kilmer <eric.d.kilmer@gmail.com> Co-authored-by: Artem Dinaburg <artem@trailofbits.com>