[PATCH] D81429: [COFF] Port CallGraphSort to COFF from ELF

Zequan Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 9 14:21:32 PDT 2020


zequanwu updated this revision to Diff 269659.
zequanwu marked an inline comment as done.
zequanwu edited the summary of this revision.
zequanwu added a comment.

Move `using namespace llvm;` from header file to cpp file.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81429

Files:
  lld/COFF/Config.h
  lld/COFF/Driver.cpp
  lld/COFF/Options.td
  lld/COFF/Writer.cpp
  lld/Common/CMakeLists.txt
  lld/Common/CallGraphSort.cpp
  lld/ELF/CMakeLists.txt
  lld/ELF/CallGraphSort.cpp
  lld/ELF/CallGraphSort.h
  lld/ELF/Writer.cpp
  lld/include/lld/Common/CallGraphSort.h
  lld/test/COFF/cgprofile-bad-clusters.s
  lld/test/COFF/cgprofile-icf.s
  lld/test/COFF/cgprofile-print.s
  lld/test/COFF/cgprofile-txt.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81429.269659.patch
Type: text/x-patch
Size: 21799 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200609/fafa7b6d/attachment.bin>


More information about the llvm-commits mailing list