lifting-bits / remill

Library for lifting machine code to LLVM bitcode
Apache License 2.0
1.22k stars 141 forks source link

Remove obsolete LLVM version checks #603

Closed tetsuo-cpp closed 2 years ago

tetsuo-cpp commented 2 years ago

As of the opaque pointers PR, we'll only be supporting LLVM 14+. This means that a lot of the preprocessor checks that check LLVM_VERSION are no longer relevant and should be removed.