[all-commits] [llvm/llvm-project] 813e72: [builtins] Build for arm64_32 for watchOS (Darwin)

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


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

  Changed paths:
    M compiler-rt/cmake/builtin-config-ix.cmake
    M compiler-rt/lib/builtins/CMakeLists.txt

  Log Message:
  -----------
  [builtins] Build for arm64_32 for watchOS (Darwin)

Trying to build the builtins code fails because `arm64_32_SOURCES` is
missing. Setting it to the same list used for `aarch64_SOURCES` solves
that problem and allow the builtins to compile for that architecture.

Additionally, arm64_32 is added as a possible architecture for watchos
platforms.

Reviewed By: compnerd

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




More information about the All-commits mailing list