[all-commits] [llvm/llvm-project] 8891aa: [compiler-rt][Darwin] Add arm64 to simulator platf...

Tobias Hieta via All-commits all-commits at lists.llvm.org
Wed Feb 2 06:43:46 PST 2022


  Branch: refs/heads/release/14.x
  Home:   https://github.com/llvm/llvm-project
  Commit: 8891aab065487b9d88b6babb2a252f353085a760
      https://github.com/llvm/llvm-project/commit/8891aab065487b9d88b6babb2a252f353085a760
  Author: Tobias Hieta <tobias at plex.tv>
  Date:   2022-02-02 (Wed, 02 Feb 2022)

  Changed paths:
    M compiler-rt/cmake/builtin-config-ix.cmake

  Log Message:
  -----------
  [compiler-rt][Darwin] Add arm64 to simulator platforms

I was looking around and noticed that builtins for iossim, tvossim
and watchossim was missing arm64 builds, while apple's clang
toolchain ship with these. After a bit of searching around it just
seems like these are not listed correctly in CMake to be enabled.

I enabled just arm64 since I saw that Apple clang didn't include
arm64e.

Reviewed By: t.p.northover

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

(cherry picked from commit a8e5ce76b475a22546090a73c22fa4f83529aa4e)




More information about the All-commits mailing list