[PATCH] D68772: [COFF] Wrap things in namespace lld { namespace coff {

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 10 02:52:02 PDT 2019


MaskRay created this revision.
MaskRay added reviewers: mstorsjo, rnk, ruiu.
Herald added subscribers: llvm-commits, dexonsmith, steven_wu, hiraditya, mehdi_amini.
Herald added a project: LLVM.

Similar to D67323 <https://reviews.llvm.org/D67323>, but for COFF. Many lld/COFF/ files already use
`namespace lld { namespace coff {`. Only a few need changing.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D68772

Files:
  COFF/DebugTypes.cpp
  COFF/InputFiles.cpp
  COFF/LTO.cpp
  COFF/MapFile.cpp
  COFF/MinGW.cpp
  COFF/PDB.cpp
  COFF/Writer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68772.224294.patch
Type: text/x-patch
Size: 8889 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191010/47365ead/attachment-0001.bin>


More information about the llvm-commits mailing list