[all-commits] [llvm/llvm-project] 44e36f: [libcxx] Move Linaro 32 bit armv bots to buildkite

David Spickett via All-commits all-commits at lists.llvm.org
Fri Mar 12 01:47:27 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 44e36fc2b1dff60ee7fd768b17ae0702c8702a34
      https://github.com/llvm/llvm-project/commit/44e36fc2b1dff60ee7fd768b17ae0702c8702a34
  Author: David Spickett <david.spickett at linaro.org>
  Date:   2021-03-12 (Fri, 12 Mar 2021)

  Changed paths:
    A libcxx/cmake/caches/Armv7.cmake
    A libcxx/cmake/caches/Armv8.cmake
    M libcxx/utils/ci/buildkite-pipeline.yml
    M libcxx/utils/ci/run-buildbot

  Log Message:
  -----------
  [libcxx] Move Linaro 32 bit armv bots to buildkite

Instead of setting mcpu like the previous bots,
set the target triple.

Each config builds either Arm only or Thumb only
code. This gives us some coverage of thumb specific
issues.

The new agents on Linaro's side are running on v8 hardware
so will report arch "armv8l" just like the v8 bots.
(and buildkite can choose any of them for v7/v8 jobs)

Reviewed By: #libc, curdeius, Mordante

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




More information about the All-commits mailing list