lifting-bits / remill

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

Fix build on M1 Mac #535

Closed tetsuo-cpp closed 3 years ago

tetsuo-cpp commented 3 years ago

We're using the target arm-linux-gnueabihf which is unrecognised on Apple Clang. I'm thinking we should add a check that we're on Linux and avoid using that target otherwise.