[libcxx-commits] [PATCH] D78382: [libc++] Define a few Lit features and Parameters with the new DSL
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Apr 17 10:14:48 PDT 2020
ldionne created this revision.
Herald added subscribers: libcxx-commits, broadwaylamb, dexonsmith, jkorous.
Herald added projects: libc++, libc++abi, libunwind.
Herald added a reviewer: libc++.
Herald added a reviewer: libc++abi.
Herald added a reviewer: libunwind.
ldionne added a parent revision: D78381: [libc++] Create a small DSL for defining Lit features and parameters.
This commit migrates some of the Lit features and command-line parameters
from config.py to the new DSL. This simplifies config.py and is a first
step towards defining all the parameters and features using the DSL
instead of the complex logic in config.py.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D78382
Files:
libcxx/test/lit.site.cfg.in
libcxx/utils/libcxx/test/config.py
libcxx/utils/libcxx/test/features.py
libcxx/utils/libcxx/test/params.py
libcxxabi/test/lit.site.cfg.in
libunwind/test/lit.cfg
libunwind/test/lit.site.cfg.in
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78382.258355.patch
Type: text/x-patch
Size: 15294 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200417/64a76324/attachment.bin>
More information about the libcxx-commits
mailing list