[all-commits] [llvm/llvm-project] 1fa6fc: [libc++] Also support target triples that end with...

Louis Dionne via All-commits all-commits at lists.llvm.org
Tue Mar 28 06:10:18 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1fa6fc3e0f1cd1baf7d77e383b8a16c98f56d97c
      https://github.com/llvm/llvm-project/commit/1fa6fc3e0f1cd1baf7d77e383b8a16c98f56d97c
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2023-03-28 (Tue, 28 Mar 2023)

  Changed paths:
    M libcxx/utils/libcxx/test/features.py

  Log Message:
  -----------
  [libc++] Also support target triples that end with .0 in backdeployment tests

Sometimes, a target can look like `<arch>-apple-macosx10.15.0` instead
of `<arch>-apple-macosx10.15`. This ensures that the test suite handles
those target triples properly as well.

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




More information about the All-commits mailing list