[all-commits] [llvm/llvm-project] 875ff8: [libc++] Enable tests for the experimental library...

Louis Dionne via All-commits all-commits at lists.llvm.org
Wed Jun 2 15:39:46 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 875ff8e059b73f65f5ad08d416a0a9caf0673d1a
      https://github.com/llvm/llvm-project/commit/875ff8e059b73f65f5ad08d416a0a9caf0673d1a
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2021-06-02 (Wed, 02 Jun 2021)

  Changed paths:
    M libcxx/test/configs/libcxx-trunk-static.cfg.in
    M libcxx/utils/libcxx/test/params.py
    M libcxxabi/test/lit.site.cfg.in
    M libunwind/test/lit.site.cfg.in

  Log Message:
  -----------
  [libc++] Enable tests for the experimental library by default

This matches the fact that we build the experimental library by default.
Otherwise, by default we'd be building the library but not testing it,
which is inconsistent.

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




More information about the All-commits mailing list