[all-commits] [llvm/llvm-project] 403e67: [DWP] Refactoring llvm-dwp in to a library.

Alexander Yermolovich via All-commits all-commits at lists.llvm.org
Tue Jul 20 17:19:46 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 403e67d34d03196f27cb2958e80ff980d921aba8
      https://github.com/llvm/llvm-project/commit/403e67d34d03196f27cb2958e80ff980d921aba8
  Author: Alexander Yermolovich <ayermolo at fb.com>
  Date:   2021-07-20 (Tue, 20 Jul 2021)

  Changed paths:
    M llvm/tools/llvm-dwp/CMakeLists.txt
    A llvm/tools/llvm-dwp/DWP.cpp
    A llvm/tools/llvm-dwp/DWP.h
    M llvm/tools/llvm-dwp/DWPError.h
    M llvm/tools/llvm-dwp/DWPStringPool.h
    M llvm/tools/llvm-dwp/llvm-dwp.cpp

  Log Message:
  -----------
  [DWP] Refactoring llvm-dwp in to a library.

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

Reviewed By: dblaikie

Differential Revision: https://reviews.llvm.org/D106198




More information about the All-commits mailing list