[PATCH] [lld][PECOFF] Support IMAGE_REL_I386_DIR32 relocation.

Shankar Kalpathi Easwaran shankarke at gmail.com
Fri Jun 14 16:16:05 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:
----------------
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 ?


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

BRANCH
  reloc

ARCANIST PROJECT
  lld



More information about the llvm-commits mailing list