This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 910a8c5515a [PowerPC] add testcase for ppc loop instr form prep - NFC new 1d2cdfe53bb Reland "[TextAPI] Introduce TBDv4" new 8808894211f gn build: Merge r374277
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/TextAPI/MachO/InterfaceFile.h | 3 + include/llvm/TextAPI/MachO/Symbol.h | 11 +- include/llvm/TextAPI/MachO/Target.h | 2 + lib/TextAPI/MachO/Target.cpp | 32 +- lib/TextAPI/MachO/TextStub.cpp | 500 +++++++++++++++++- lib/TextAPI/MachO/TextStubCommon.cpp | 25 +- unittests/TextAPI/CMakeLists.txt | 1 + unittests/TextAPI/TextStubV4Tests.cpp | 564 +++++++++++++++++++++ utils/gn/secondary/llvm/unittests/TextAPI/BUILD.gn | 1 + 9 files changed, 1105 insertions(+), 34 deletions(-) create mode 100644 unittests/TextAPI/TextStubV4Tests.cpp