[all-commits] [llvm/llvm-project] bc85cf: [TextAPI] Add support for TBDv5 Files to nm & tapi...
Cyndy Ishida via All-commits
all-commits at lists.llvm.org
Wed Feb 22 19:44:27 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bc85cf1687435f28fb01b1aa5303317e6118490c
https://github.com/llvm/llvm-project/commit/bc85cf1687435f28fb01b1aa5303317e6118490c
Author: Cyndy Ishida <cyndy_ishida at apple.com>
Date: 2023-02-22 (Wed, 22 Feb 2023)
Changed paths:
M llvm/include/llvm/Object/TapiFile.h
M llvm/include/llvm/TextAPI/Symbol.h
M llvm/lib/BinaryFormat/Magic.cpp
M llvm/lib/Object/TapiFile.cpp
M llvm/lib/TextAPI/InterfaceFile.cpp
M llvm/lib/TextAPI/Symbol.cpp
A llvm/test/Object/Inputs/tapi-v5.tbd
M llvm/test/Object/nm-tapi.test
A llvm/test/tools/llvm-tapi-diff/matching-tbd.test
R llvm/test/tools/llvm-tapi-diff/matching-tbd.txt
A llvm/test/tools/llvm-tapi-diff/v5.test
M llvm/tools/llvm-nm/llvm-nm.cpp
M llvm/tools/llvm-tapi-diff/DiffEngine.cpp
M llvm/tools/llvm-tapi-diff/DiffEngine.h
Log Message:
-----------
[TextAPI] Add support for TBDv5 Files to nm & tapi-diff
This includes handling of new attributes for symbols & rpath.
In the event that an older format file is compared to tbd_v5, ignore these new attributes.
Reviewed By: ributzka
Differential Revision: https://reviews.llvm.org/D144529
More information about the All-commits
mailing list