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
8 lines
288 B
Plaintext
8 lines
288 B
Plaintext
; RUN: mkdir -p %t
|
|
; RUN: yaml2obj %S/Inputs/macho.yaml -o %t/macho.dylib
|
|
; RUN: not llvm-tapi-diff %S/Inputs/v4A.tbd %t/macho.dylib 2>&1 | FileCheck %s
|
|
|
|
; CHECK: {{.*}}: error: {{.*}}macho.dylib: Error when parsing file, unsupported file format
|
|
; CHECK-NOT: error:
|
|
; CHECK-NOT: warning:
|