COFF: Update README.
authorRui Ueyama <ruiu@google.com>
Wed, 3 Jun 2015 05:39:13 +0000 (05:39 +0000)
committerRui Ueyama <ruiu@google.com>
Wed, 3 Jun 2015 05:39:13 +0000 (05:39 +0000)
commit652052b82c1bf881d360ba27ccbb30e7ec3bfe38
treeacc7e1977e2060a982cdc20646cf7856e2cf2ca5
parent07e661f8cd5d796466212057244016f0f4dbfbae
COFF: Update README.

Avoid saying this is based on sections because it's not very accurate.
That we don't split section into smaller chunks of data does not mean
that the linker is built on top of that.
In reality, most part of the code do not care about underlying data,
so they are neither based on "atoms" nor sections.
The symbol table only cares about symbol names and their types.
The writer handles list of chunks, which look like just blobs,
and the writer doesn't care what those chunks are backed by.
The only thing that interact with sections is SectionChunk, which is
abstracted away as one type of Chunk.

llvm-svn: 238902
lld/COFF/README.md