[all-commits] [llvm/llvm-project] f5153d: [compiler-rt][builtins] build the macOS compiler-r...

Alex Lorenz via All-commits all-commits at lists.llvm.org
Tue Feb 22 19:32:55 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f5153d9e72622ac83005e8bf82c4456db6f66689
      https://github.com/llvm/llvm-project/commit/f5153d9e72622ac83005e8bf82c4456db6f66689
  Author: Alex Lorenz <arphaman at gmail.com>
  Date:   2022-02-22 (Tue, 22 Feb 2022)

  Changed paths:
    M compiler-rt/cmake/Modules/CompilerRTDarwinUtils.cmake
    M compiler-rt/cmake/base-config-ix.cmake

  Log Message:
  -----------
  [compiler-rt][builtins] build the macOS compiler-rt built-ins with Mac Catalyst support

This patch extends compiler-rt's cmake config to build macOS builtins with both macOS and Mac Catalyst support.
This is done by telling the compiler to emit macho files with two build version load commands.

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




More information about the All-commits mailing list