[all-commits] [llvm/llvm-project] f5c9db: [TextAPI] Add support for arm64_32

Daniel Rodríguez Troitiño via All-commits all-commits at lists.llvm.org
Thu Apr 1 17:19:37 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f5c9db97a8a268f0faea75911a5cdcde88c8dff8
      https://github.com/llvm/llvm-project/commit/f5c9db97a8a268f0faea75911a5cdcde88c8dff8
  Author: Daniel Rodríguez Troitiño <danielrodriguez at fb.com>
  Date:   2021-04-01 (Thu, 01 Apr 2021)

  Changed paths:
    M llvm/include/llvm/TextAPI/MachO/Architecture.def
    A llvm/test/Object/Inputs/tapi-v4-watchos.tbd
    M llvm/test/Object/nm-tapi.test

  Log Message:
  -----------
  [TextAPI] Add support for arm64_32

Add a new architecture definition for arm64_32. The change should allow
the new architecture arm64_32 to be recognized in several pieces of
code, TextAPI parsing one of them. llvm-lipo will also recognize the
architecture and will allow lipoing files with this architecture without
failing.

Includes a small test that the architecture is recognized by llvm-nm.

Reviewed By: cishida

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




More information about the All-commits mailing list