[all-commits] [llvm/llvm-project] 3016ce: [libc++] Allow running the bootstrapping CI build ...

Louis Dionne via All-commits all-commits at lists.llvm.org
Thu Nov 11 11:12:52 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3016ceb30d12f8d9d9600d3ec66bf2a5bb3a7d32
      https://github.com/llvm/llvm-project/commit/3016ceb30d12f8d9d9600d3ec66bf2a5bb3a7d32
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2021-11-11 (Thu, 11 Nov 2021)

  Changed paths:
    M libcxx/utils/ci/run-buildbot

  Log Message:
  -----------
  [libc++] Allow running the bootstrapping CI build on Darwin

Instead of hard-coding the target for our CI nodes, use the default
compiler triple. Also, allow building compiler-rt for the single
specified triple in case we're running on Darwin (otherwise, the
bootstrapping build complains).

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




More information about the All-commits mailing list