Files
clang-p2996/llvm/test/tools/llvm-tapi-diff/tapi-diff-no-inlines.test
Sam Powell 5b5ab80e31 Reland "[llvm] llvm-tapi-diff"
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
2021-06-09 21:17:34 -07:00

27 lines
706 B
Plaintext

; RUN: not llvm-tapi-diff %S/Inputs/v4A.tbd %S/Inputs/v4C.tbd 2>&1 | FileCheck %s
; CHECK:< {{.*}}/Inputs/v4A.tbd
; CHECK:> {{.*}}/Inputs/v4C.tbd
; CHECK:Current Version
; CHECK-NEXT:< 1.2.3
; CHECK-NEXT:> 1.3.3
; CHECK-NEXT:Swift ABI Version
; CHECK-NEXT:< 5
; CHECK-NEXT:> 3
; CHECK-NEXT:Two Level Namespace
; CHECK-NEXT:< false
; CHECK-NEXT:> true
; CHECK-NEXT:Allowable Clients
; CHECK-NEXT: x86_64-apple-macos
; CHECK-NEXT: < ClientA
; CHECK-NEXT:Parent Umbrellas
; CHECK-NEXT: x86_64-apple-macos
; CHECK-NEXT: < System
; CHECK-NEXT:Symbols
; CHECK-NEXT: x86_64-apple-macos
; CHECK: < _symAB
; CHECK-NOT: error:
; CHECK-NOT: warning: