[PATCH] D106198: [DWP] Refactoring llvm-dwp in to a library.

Alexander Yermolovich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 16 16:49:08 PDT 2021


ayermolo created this revision.
ayermolo added a reviewer: dblaikie.
Herald added subscribers: hoy, modimo, wenlei, hiraditya, mgorny.
ayermolo requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: llvm-commits, sstefan1.
Herald added a project: LLVM.

This is mechanical refactor of llvm-dwp supporting funcitons in to a library. This should allow other tools, like BOLT, to re-use some of the llvm-dwp functionality.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D106198

Files:
  llvm/include/llvm/DWP/DWP.h
  llvm/include/llvm/DWP/DWPError.h
  llvm/include/llvm/DWP/DWPStringPool.h
  llvm/lib/CMakeLists.txt
  llvm/lib/DWP/CMakeLists.txt
  llvm/lib/DWP/DWPError.cpp
  llvm/lib/DWP/DWPLibrary.cpp
  llvm/tools/llvm-dwp/CMakeLists.txt
  llvm/tools/llvm-dwp/DWPError.cpp
  llvm/tools/llvm-dwp/DWPError.h
  llvm/tools/llvm-dwp/DWPStringPool.h
  llvm/tools/llvm-dwp/llvm-dwp.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106198.359485.patch
Type: text/x-patch
Size: 62892 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210716/aed9c650/attachment-0001.bin>


More information about the llvm-commits mailing list