1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 10:32:48 +02:00
llvm-mirror/tools/llvm-tapi-diff/CMakeLists.txt
Sam Powell edcfd20e4e Reland "[llvm] llvm-tapi-diff"
This is relanding commit d1d36f7ad2ae82bea8a6fcc40d6c42a72e21f096 .
This patch additionally addresses failures found in buildbots due to unstable build ordering & post review comments.

This patch introduces a new tool, llvm-tapi-diff, that compares and returns the diff of two TBD files.

Reviewed By: ributzka, JDevlieghere

Differential Revision: https://reviews.llvm.org/D101835
2021-06-09 21:17:34 -07:00

11 lines
130 B
CMake

set(LLVM_LINK_COMPONENTS
Object
Support
TextAPI
)
add_llvm_tool(llvm-tapi-diff
llvm-tapi-diff.cpp
DiffEngine.cpp
)