[Writer] Rename variables to reflect reality. NFCI.
authorDavide Italiano <davide@freebsd.org>
Mon, 19 Sep 2016 17:38:39 +0000 (17:38 +0000)
committerDavide Italiano <davide@freebsd.org>
Mon, 19 Sep 2016 17:38:39 +0000 (17:38 +0000)
commit6f862b1f073cdf13b18eee8d4baf5b319620ddae
tree4978abcc3229a6beb2b1dcdd13747baf80444ab7
parenta7330ba5ac04eb0163ac6d5bcd5c59a71bcc107e
[Writer] Rename variables to reflect reality. NFCI.

The InputSection variables in the Writer were named `C`. This
was because when the ELF linker was ported (from COFF)
the name `Chunks` for input sections was retained.
Luckily we switched to a more ELF-compliant jargon, but these
variables weren't reanamed accordingly during the transition.

llvm-svn: 281917
lld/ELF/Writer.cpp