[all-commits] [llvm/llvm-project] f8c651: [DWP] Refactoring llvm-dwp in to a library part 2
Alexander Yermolovich via All-commits
all-commits at lists.llvm.org
Thu Jul 22 14:23:53 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f8c6515554cc4a8f878179e2e081946c8c519fe3
https://github.com/llvm/llvm-project/commit/f8c6515554cc4a8f878179e2e081946c8c519fe3
Author: Alexander Yermolovich <ayermolo at fb.com>
Date: 2021-07-22 (Thu, 22 Jul 2021)
Changed paths:
A llvm/include/llvm/DWP/DWP.h
A llvm/include/llvm/DWP/DWPError.h
A llvm/include/llvm/DWP/DWPStringPool.h
M llvm/lib/CMakeLists.txt
A llvm/lib/DWP/CMakeLists.txt
A llvm/lib/DWP/DWP.cpp
A llvm/lib/DWP/DWPError.cpp
M llvm/tools/llvm-dwp/CMakeLists.txt
R llvm/tools/llvm-dwp/DWP.cpp
R llvm/tools/llvm-dwp/DWP.h
R llvm/tools/llvm-dwp/DWPError.cpp
R llvm/tools/llvm-dwp/DWPError.h
R llvm/tools/llvm-dwp/DWPStringPool.h
M llvm/tools/llvm-dwp/llvm-dwp.cpp
Log Message:
-----------
[DWP] Refactoring llvm-dwp in to a library part 2
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.
Reviewed By: dblaikie
Differential Revision: https://reviews.llvm.org/D106493
More information about the All-commits
mailing list