[all-commits] [llvm/llvm-project] d08569: [libc++] Add a new concept of ConfigAction, and us...

Louis Dionne via All-commits all-commits at lists.llvm.org
Fri Oct 30 06:27:33 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d085697013b447abd9a8779eddec606f48626bb9
      https://github.com/llvm/llvm-project/commit/d085697013b447abd9a8779eddec606f48626bb9
  Author: Louis Dionne <ldionne at apple.com>
  Date:   2020-10-30 (Fri, 30 Oct 2020)

  Changed paths:
    M libcxx/test/libcxx/selftest/dsl/dsl.sh.py
    M libcxx/utils/libcxx/test/dsl.py
    M libcxx/utils/libcxx/test/features.py
    M libcxx/utils/libcxx/test/newconfig.py
    M libcxx/utils/libcxx/test/params.py

  Log Message:
  -----------
  [libc++] Add a new concept of ConfigAction, and use it in the DSL

This will allow adding bare compiler flags through the new
configuration DSL. Previously, this would have required adding
a Lit feature for each such flag.

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




More information about the All-commits mailing list