[PATCH] handle typeZeroFill atoms in ELF/Native/YAML

Rui Ueyama ruiu at google.com
Thu Aug 22 13:55:39 PDT 2013



================
Comment at: lib/ReaderWriter/ELF/Hexagon/HexagonTargetHandler.h:50
@@ +49,3 @@
+      if (section->sh_type == llvm::ELF::SHT_NOBITS)
+        return DefinedAtom::typeZeroFillFast;
+      else if (section->sh_flags & llvm::ELF::SHF_HEX_GPREL)
----------------
The comment about typeZeroFillFast in DefinedAtom.h is a bit vague. How is this different from typeZeroFill? Is this Hexagon specific?


http://llvm-reviews.chandlerc.com/D1469



More information about the llvm-commits mailing list