lifting-bits / remill

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

Suppress warnings from `llvm-link` #626

Closed tetsuo-cpp closed 2 years ago

tetsuo-cpp commented 2 years ago

As of #611, we're linking together cross compiled bitcode files with those with the host machine's target triple. This generates warnings from llvm-link since this is an unusual use case. Not ideal, but it creates quite a bit of noise during a Remill build so I'm thinking we should probably just suppress these.