mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
edcfd20e4e
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
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
|
|
)
|