Instead of looking for the existence of a ret instruction after disassembly
as a way to check that the right ISA is present in the produced binary, check
instead the ELF header of the file. This is a more reliable solution, since the
alternative can easily result in false positives.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo