]> granicus.if.org Git - llvm/commit
Reland "[TextAPI] Introduce TBDv4"
authorCyndy Ishida <cyndy_ishida@apple.com>
Thu, 10 Oct 2019 04:24:44 +0000 (04:24 +0000)
committerCyndy Ishida <cyndy_ishida@apple.com>
Thu, 10 Oct 2019 04:24:44 +0000 (04:24 +0000)
commit1d2cdfe53bb5d85dfd06475a3c3fcff473f91bcd
tree1d7e4c8975ebf5eadceed6ecfdc2c676b4c85d28
parent910a8c5515a819401b7736bf0c79ea8c266f5f09
Reland "[TextAPI] Introduce TBDv4"

Original Patch broke for compilations w/ gcc and exposed asan fail.
This reland repairs those bugs.

Differential Revision: https://reviews.llvm.org/D67529

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@374277 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/TextAPI/MachO/InterfaceFile.h
include/llvm/TextAPI/MachO/Symbol.h
include/llvm/TextAPI/MachO/Target.h
lib/TextAPI/MachO/Target.cpp
lib/TextAPI/MachO/TextStub.cpp
lib/TextAPI/MachO/TextStubCommon.cpp
unittests/TextAPI/CMakeLists.txt
unittests/TextAPI/TextStubV4Tests.cpp [new file with mode: 0644]