diff options
Diffstat (limited to 'COFF/Chunks.h')
-rw-r--r-- | COFF/Chunks.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/COFF/Chunks.h b/COFF/Chunks.h index 59e36b84c9b0..44d7f31afc67 100644 --- a/COFF/Chunks.h +++ b/COFF/Chunks.h @@ -187,10 +187,10 @@ public: const coff_section *Header; -private: - // A file this chunk was created from. + // The file that this chunk was created from. ObjectFile *File; +private: StringRef SectionName; std::vector<SectionChunk *> AssocChildren; llvm::iterator_range<const coff_relocation *> Relocs; |