This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1f72001da43 [MemorySSA] MemorySSA should not model debuginfo, and need [...] new cc8f11d8449 [llvm-nm] Add tapi file support
The 1 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/Object/TapiFile.h | 3 ++ include/llvm/TextAPI/MachO/Architecture.def | 26 +++++++------- include/llvm/TextAPI/MachO/Architecture.h | 5 ++- lib/Object/TapiFile.cpp | 2 +- lib/TextAPI/MachO/Architecture.cpp | 25 ++++++++++--- lib/TextAPI/MachO/TextStubCommon.cpp | 2 +- test/Object/Inputs/tapi-invalid-v1.tbd | 21 +++++++++++ test/Object/Inputs/tapi-invalid-v2.tbd | 29 +++++++++++++++ test/Object/Inputs/tapi-invalid-v3.tbd | 24 +++++++++++++ test/Object/Inputs/tapi-v1.tbd | 21 +++++++++++ test/Object/Inputs/tapi-v2.tbd | 30 ++++++++++++++++ test/Object/Inputs/tapi-v3.tbd | 24 +++++++++++++ test/Object/nm-tapi-invalids.test | 20 +++++++++++ test/Object/nm-tapi.test | 56 +++++++++++++++++++++++++++++ tools/llvm-nm/llvm-nm.cpp | 30 ++++++++++++++++ 15 files changed, 298 insertions(+), 20 deletions(-) create mode 100644 test/Object/Inputs/tapi-invalid-v1.tbd create mode 100644 test/Object/Inputs/tapi-invalid-v2.tbd create mode 100644 test/Object/Inputs/tapi-invalid-v3.tbd create mode 100644 test/Object/Inputs/tapi-v1.tbd create mode 100644 test/Object/Inputs/tapi-v2.tbd create mode 100644 test/Object/Inputs/tapi-v3.tbd create mode 100644 test/Object/nm-tapi-invalids.test create mode 100644 test/Object/nm-tapi.test