[all-commits] [llvm/llvm-project] cba15d: Add manually overriding of the darwin SDK version

Valentin Churavy via All-commits all-commits at lists.llvm.org
Tue Mar 31 09:55:09 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: cba15d1b5c5416402ca47ceec2acbbc62f760228
      https://github.com/llvm/llvm-project/commit/cba15d1b5c5416402ca47ceec2acbbc62f760228
  Author: Valentin Churavy <v.churavy at gmail.com>
  Date:   2020-03-31 (Tue, 31 Mar 2020)

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

  Log Message:
  -----------
  Add manually overriding of the darwin SDK version

Summary:
When doing cross-compilation from Linux to MacOS we don't have
access to have access to `xcodebuild` and therefore need a way
to set the SDK version from the outside.

Fixes https://reviews.llvm.org/D68292#1853594 for me.

Reviewers: delcypher, yln

Reviewed By: delcypher

Subscribers: #julialang, mgorny, #sanitizers

Tags: #sanitizers

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




More information about the All-commits mailing list