[all-commits] [llvm/llvm-project] ff4a3e: [libc++] Define a few Lit features using the new DSL

Louis Dionne via All-commits all-commits at lists.llvm.org
Mon May 4 05:54:29 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: ff4a3ee49ca5cdaf0face112a9a9cca3bd63522b
      https://github.com/llvm/llvm-project/commit/ff4a3ee49ca5cdaf0face112a9a9cca3bd63522b
  Author: Louis Dionne <ldionne at apple.com>
  Date:   2020-05-04 (Mon, 04 May 2020)

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

  Log Message:
  -----------
  [libc++] Define a few Lit features using the new DSL

This commit migrates some of the Lit features from config.py to the new
DSL. This simplifies config.py and is a first step towards defining all
the features using the DSL instead of the complex logic in config.py.

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




More information about the All-commits mailing list