diff options
| author | Rui Ueyama <ruiu@google.com> | 2019-07-11 05:40:30 +0000 |
|---|---|---|
| committer | Rui Ueyama <ruiu@google.com> | 2019-07-11 05:40:30 +0000 |
| commit | 136d27ab4de0c1d5dedfecc32a9857be78fa0648 (patch) | |
| tree | ed1d11367899a7567b358b28e687ba179faf4ade /lld/COFF/MapFile.h | |
| parent | 51f5079191d53862c7673c73ee48f80df59de00f (diff) | |
| download | bcm5719-llvm-136d27ab4de0c1d5dedfecc32a9857be78fa0648.tar.gz bcm5719-llvm-136d27ab4de0c1d5dedfecc32a9857be78fa0648.zip | |
[Coding style change][lld] Rename variables for non-ELF ports
This patch does the same thing as r365595 to other subdirectories,
which completes the naming style change for the entire lld directory.
With this, the naming style conversion is complete for lld.
Differential Revision: https://reviews.llvm.org/D64473
llvm-svn: 365730
Diffstat (limited to 'lld/COFF/MapFile.h')
| -rw-r--r-- | lld/COFF/MapFile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/COFF/MapFile.h b/lld/COFF/MapFile.h index f702dc6686d..2bf01bd0728 100644 --- a/lld/COFF/MapFile.h +++ b/lld/COFF/MapFile.h @@ -14,7 +14,7 @@ namespace lld { namespace coff { class OutputSection; -void writeMapFile(llvm::ArrayRef<OutputSection *> OutputSections); +void writeMapFile(llvm::ArrayRef<OutputSection *> outputSections); } } |

