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

Tobias Hieta via All-commits all-commits at lists.llvm.org
Wed Feb 2 01:38:05 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a8e5ce76b475a22546090a73c22fa4f83529aa4e
      https://github.com/llvm/llvm-project/commit/a8e5ce76b475a22546090a73c22fa4f83529aa4e
  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




More information about the All-commits mailing list