This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 39fa84d07c7 [Mips] Emit proper ABI for _mcount calls new 5e985d96256 [TextAPI] Introduce TBDv4 new 613e548be57 gn build: Merge r374058
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 | 40 +- lib/TextAPI/MachO/TextStub.cpp | 498 +++++++++++++++++- lib/TextAPI/MachO/TextStubCommon.cpp | 25 +- unittests/TextAPI/CMakeLists.txt | 1 + unittests/TextAPI/TextStubV4Tests.cpp | 558 +++++++++++++++++++++ utils/gn/secondary/llvm/unittests/TextAPI/BUILD.gn | 1 + 9 files changed, 1105 insertions(+), 34 deletions(-) create mode 100644 unittests/TextAPI/TextStubV4Tests.cpp