search for: ef_arm_eabimask

Displaying 1 result from an estimated 1 matches for "ef_arm_eabimask".

2011 Nov 16
0
[LLVMdev] eflags and other
...n a .o that it things are not part of the specific subflavor. This is where I noticed the problem originally. There are various comments to this effect but they are not totally accurate. // FIXME: get the real EABI Version from the Triple. void ARMELFObjectWriter::WriteEFlags() { Write32(ELF::EF_ARM_EABIMASK & DefaultEABIVersion); } The Triple is in general not enough. Any ideas no how to fix this? I have some but it will touch several architectures.