Displaying 1 result from an estimated 1 matches for "writeeflags".
Did you mean:
write_flags
2011 Nov 16
0
[LLVMdev] eflags and other
Currently it's not possible during elf generation to set eflags properly.
While it's possible to create an override for the virtual function
WriteEflags, the information needed is that from the
TargetSubtargetInfo (or classes derived from that like MipsSubTarget)
but all there is there is the basic machine type (i.e. MIPS, ARM, x86)
and endian.
This causes all the direct object emitters to put some fixed default
into eflags.
Eflags contains d...