[PATCH] D106493: [DWP] Refactoring llvm-dwp in to a library part 2

Alexander Yermolovich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 21 13:23:25 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 project: LLVM.
Herald added a subscriber: llvm-commits.

This is follow up to https://reviews.llvm.org/D106198 where llvm-dwp was refactored in to multiple files.
In this patch moving them in to lib/include directories.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D106493

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/DWP.cpp
  llvm/lib/DWP/DWPError.cpp
  llvm/tools/llvm-dwp/CMakeLists.txt
  llvm/tools/llvm-dwp/DWP.cpp
  llvm/tools/llvm-dwp/DWP.h
  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: D106493.360581.patch
Type: text/x-patch
Size: 5677 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210721/fce3770e/attachment.bin>


More information about the llvm-commits mailing list