[all-commits] [llvm/llvm-project] ae182d: [readtapi] Add Merge functionality (#72656)
Cyndy Ishida via All-commits
all-commits at lists.llvm.org
Fri Nov 17 12:26:19 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ae182dbb1d199f92b9c146e3db8a738a30b587b9
https://github.com/llvm/llvm-project/commit/ae182dbb1d199f92b9c146e3db8a738a30b587b9
Author: Cyndy Ishida <cyndy_ishida at apple.com>
Date: 2023-11-17 (Fri, 17 Nov 2023)
Changed paths:
M llvm/include/llvm/TextAPI/TextAPIWriter.h
M llvm/test/tools/llvm-readtapi/command-line.test
M llvm/test/tools/llvm-readtapi/compare-incorrect-format.test
A llvm/test/tools/llvm-readtapi/merge-invalid.test
A llvm/test/tools/llvm-readtapi/merge.test
A llvm/test/tools/llvm-readtapi/write.test
M llvm/tools/llvm-readtapi/DiffEngine.cpp
M llvm/tools/llvm-readtapi/DiffEngine.h
M llvm/tools/llvm-readtapi/TapiOpts.td
M llvm/tools/llvm-readtapi/llvm-readtapi.cpp
Log Message:
-----------
[readtapi] Add Merge functionality (#72656)
Merge allows a user to merge different files (tbds for now or dylibs in
the future) to emit out a single tbd with all input contents. This does
require that all inputs represent the same library.
More information about the All-commits
mailing list