[all-commits] [llvm/llvm-project] b41baa: [readtapi] Condense output when comparing tbd file...
Cyndy Ishida via All-commits
all-commits at lists.llvm.org
Tue Mar 4 17:05:24 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b41baafbc79b950db178102322a7d0de76b58081
https://github.com/llvm/llvm-project/commit/b41baafbc79b950db178102322a7d0de76b58081
Author: Cyndy Ishida <cyndy_ishida at apple.com>
Date: 2025-03-04 (Tue, 04 Mar 2025)
Changed paths:
M llvm/test/tools/llvm-readtapi/compare-left-single-inline.test
M llvm/test/tools/llvm-readtapi/compare-mismatched-inlines.test
M llvm/test/tools/llvm-readtapi/compare-multiple-inlines.test
M llvm/test/tools/llvm-readtapi/compare-right-single-inline.test
M llvm/tools/llvm-readtapi/DiffEngine.cpp
M llvm/tools/llvm-readtapi/DiffEngine.h
Log Message:
-----------
[readtapi] Condense output when comparing tbd files with mismatched inlined libraries (#129754)
Previously, when an inlined library existed in TBD file A but not in file B, all of the inlined library's attributes were printed. This is noisy since the important detail is the complete contents are missing. Instead, only print the install name of the inlined library and the marker for which the input file exists in.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list