Files
wasmtime/lib/codegen
Dan Gohman c5aad1eb5f Add support for macho relocations. (#378)
This requires splitting X86PCRel4 into two separate relocations, to
distinguish the case where the instruction is a call, as Mach-O uses a
different relocation in that case.

This also makes it explicit that only x86-64 relocations are supported
currently.
2018-06-28 10:15:10 -07:00
..
2018-06-16 07:50:27 -07:00

This crate contains the core Cretonne code generator. It translates code from an intermediate representation into executable machine code.