[PATCH] D64473: [Coding style change][lld] Rename variables for non-ELF ports.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 10 02:30:15 PDT 2019


ruiu updated this revision to Diff 208901.
ruiu added a comment.

- fix odd names such as `cOFFSym`


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64473/new/

https://reviews.llvm.org/D64473

Files:
  lld/COFF/Chunks.cpp
  lld/COFF/Chunks.h
  lld/COFF/Config.h
  lld/COFF/DLL.cpp
  lld/COFF/DLL.h
  lld/COFF/DebugTypes.cpp
  lld/COFF/DebugTypes.h
  lld/COFF/Driver.cpp
  lld/COFF/Driver.h
  lld/COFF/DriverUtils.cpp
  lld/COFF/ICF.cpp
  lld/COFF/ICF.h
  lld/COFF/InputFiles.cpp
  lld/COFF/InputFiles.h
  lld/COFF/LTO.cpp
  lld/COFF/LTO.h
  lld/COFF/MapFile.cpp
  lld/COFF/MapFile.h
  lld/COFF/MarkLive.cpp
  lld/COFF/MarkLive.h
  lld/COFF/MinGW.cpp
  lld/COFF/MinGW.h
  lld/COFF/PDB.cpp
  lld/COFF/PDB.h
  lld/COFF/SymbolTable.cpp
  lld/COFF/SymbolTable.h
  lld/COFF/Symbols.cpp
  lld/COFF/Symbols.h
  lld/COFF/TypeMerger.h
  lld/COFF/Writer.cpp
  lld/COFF/Writer.h
  lld/Common/Args.cpp
  lld/Common/ErrorHandler.cpp
  lld/Common/Filesystem.cpp
  lld/Common/Memory.cpp
  lld/Common/Reproduce.cpp
  lld/Common/Strings.cpp
  lld/Common/Threads.cpp
  lld/Common/Timer.cpp
  lld/ELF/AArch64ErrataFix.cpp
  lld/ELF/Driver.cpp
  lld/ELF/DriverUtils.cpp
  lld/ELF/ICF.cpp
  lld/ELF/InputFiles.cpp
  lld/ELF/InputSection.cpp
  lld/ELF/MarkLive.cpp
  lld/ELF/Relocations.cpp
  lld/ELF/ScriptParser.cpp
  lld/ELF/SyntheticSections.cpp
  lld/ELF/Thunks.cpp
  lld/ELF/Writer.cpp
  lld/MinGW/Driver.cpp
  lld/include/lld/Common/Args.h
  lld/include/lld/Common/Driver.h
  lld/include/lld/Common/ErrorHandler.h
  lld/include/lld/Common/Filesystem.h
  lld/include/lld/Common/Memory.h
  lld/include/lld/Common/Reproduce.h
  lld/include/lld/Common/Strings.h
  lld/include/lld/Common/Threads.h
  lld/include/lld/Common/Timer.h
  lld/lib/Driver/DarwinLdDriver.cpp
  lld/tools/lld/lld.cpp
  lld/wasm/Config.h
  lld/wasm/Driver.cpp
  lld/wasm/InputChunks.cpp
  lld/wasm/InputChunks.h
  lld/wasm/InputEvent.h
  lld/wasm/InputFiles.cpp
  lld/wasm/InputFiles.h
  lld/wasm/InputGlobal.h
  lld/wasm/LTO.cpp
  lld/wasm/LTO.h
  lld/wasm/MarkLive.cpp
  lld/wasm/OutputSections.cpp
  lld/wasm/OutputSections.h
  lld/wasm/OutputSegment.h
  lld/wasm/Relocations.cpp
  lld/wasm/Relocations.h
  lld/wasm/SymbolTable.cpp
  lld/wasm/SymbolTable.h
  lld/wasm/Symbols.cpp
  lld/wasm/Symbols.h
  lld/wasm/SyntheticSections.cpp
  lld/wasm/SyntheticSections.h
  lld/wasm/Writer.cpp
  lld/wasm/WriterUtils.cpp
  lld/wasm/WriterUtils.h





More information about the llvm-commits mailing list