search for: archv60

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

2016 Apr 12
2
[hexagon] bug fix for ELFHeaderEFlags
...Bits = STI.getFeatureBits(); unsigned Flags; - if (Bits.to_ullong() & llvm::Hexagon::ArchV5) + if (Bits[Hexagon::ArchV5]) Flags = ELF::EF_HEXAGON_MACH_V5; else Flags = ELF::EF_HEXAGON_MACH_V4; Maybe hexagon port maintainer has a better solution to handle Hexagon::ArchV60 etc. Best regards, Mingjie