[all-commits] [llvm/llvm-project] 9854f2: [llvm-diff] Create libLLVMDiff library

Bill Wendling via All-commits all-commits at lists.llvm.org
Thu Aug 5 10:36:15 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9854f2f30f84123ca78aa3603102e7cef4ec33c8
      https://github.com/llvm/llvm-project/commit/9854f2f30f84123ca78aa3603102e7cef4ec33c8
  Author: Bill Wendling <isanbard at gmail.com>
  Date:   2021-08-05 (Thu, 05 Aug 2021)

  Changed paths:
    M llvm/tools/llvm-diff/CMakeLists.txt
    R llvm/tools/llvm-diff/DiffConsumer.cpp
    R llvm/tools/llvm-diff/DiffConsumer.h
    R llvm/tools/llvm-diff/DiffLog.cpp
    R llvm/tools/llvm-diff/DiffLog.h
    R llvm/tools/llvm-diff/DifferenceEngine.cpp
    R llvm/tools/llvm-diff/DifferenceEngine.h
    A llvm/tools/llvm-diff/lib/CMakeLists.txt
    A llvm/tools/llvm-diff/lib/DiffConsumer.cpp
    A llvm/tools/llvm-diff/lib/DiffConsumer.h
    A llvm/tools/llvm-diff/lib/DiffLog.cpp
    A llvm/tools/llvm-diff/lib/DiffLog.h
    A llvm/tools/llvm-diff/lib/DifferenceEngine.cpp
    A llvm/tools/llvm-diff/lib/DifferenceEngine.h
    M llvm/tools/llvm-diff/llvm-diff.cpp
    A llvm/tools/llvm-livepatch/CMakeLists.txt

  Log Message:
  -----------
  [llvm-diff] Create libLLVMDiff library

Some tools may want to use the LLVM "diff" code. Move the code into a
library for easy use.

No functionality change intende.

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




More information about the All-commits mailing list