[libcxx-commits] [PATCH] D90429: [libc++] Add a new concept of ConfigAction, and use it in the DSL
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Oct 29 14:07:50 PDT 2020
ldionne created this revision.
Herald added subscribers: libcxx-commits, jkorous, arichardson.
Herald added a project: libc++.
Herald added a reviewer: libc++.
ldionne requested review of this revision.
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D90429
Files:
libcxx/test/libcxx/selftest/dsl/dsl.sh.py
libcxx/utils/libcxx/test/dsl.py
libcxx/utils/libcxx/test/features.py
libcxx/utils/libcxx/test/newconfig.py
libcxx/utils/libcxx/test/params.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90429.301750.patch
Type: text/x-patch
Size: 36487 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20201029/3de38f3f/attachment-0001.bin>
More information about the libcxx-commits
mailing list