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/wasm/Relocations.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/wasm/Relocations.h')
| -rw-r--r-- | lld/wasm/Relocations.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/wasm/Relocations.h b/lld/wasm/Relocations.h index 09a632cca0c..02787f551d8 100644 --- a/lld/wasm/Relocations.h +++ b/lld/wasm/Relocations.h @@ -14,7 +14,7 @@ namespace wasm { class InputChunk; -void scanRelocations(InputChunk *Chunk); +void scanRelocations(InputChunk *chunk); } // namespace wasm } // namespace lld |

