[PATCH] [lld][PECOFF] Support IMAGE_REL_I386_DIR32 relocation.
Rui Ueyama
ruiu at google.com
Fri Jun 14 16:19:01 PDT 2013
================
Comment at: lib/ReaderWriter/PECOFF/WriterPECOFF.cpp:264
@@ -261,1 +263,3 @@
+/// written to the raw data section.
+class AtomChunk : public Chunk {
private:
----------------
Shankar Kalpathi Easwaran wrote:
> Why was this rename done from SectionChunk to AtomChunk. Looks like they are all treated as Sections, then Section/SectionChunk would make sense isnt it ?
For consistency with ELF writer. In ELF writer, the class containing Atoms is named as AtomChunk.
http://llvm-reviews.chandlerc.com/D985
BRANCH
reloc
ARCANIST PROJECT
lld
More information about the llvm-commits
mailing list