This is relanding commit d1d36f7ad2 .
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
11 lines
130 B
CMake
11 lines
130 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Object
|
|
Support
|
|
TextAPI
|
|
)
|
|
|
|
add_llvm_tool(llvm-tapi-diff
|
|
llvm-tapi-diff.cpp
|
|
DiffEngine.cpp
|
|
)
|