[all-commits] [llvm/llvm-project] d3a729: [libc++] Set filesystem test flags in a lit.local.cfg
Louis Dionne via All-commits
all-commits at lists.llvm.org
Tue Mar 31 06:29:12 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d3a729ab247af45d4929df2a6090db7571b7116f
https://github.com/llvm/llvm-project/commit/d3a729ab247af45d4929df2a6090db7571b7116f
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-03-31 (Tue, 31 Mar 2020)
Changed paths:
M libcxx/test/std/input.output/filesystems/lit.local.cfg
M libcxx/utils/libcxx/test/config.py
Log Message:
-----------
[libc++] Set filesystem test flags in a lit.local.cfg
This reduces the complexity of our already complex global lit configuration,
and also avoids cluttering the compilation commands for all tests with
things that are only relevant to the filesystem tests.
Differential Revision: https://reviews.llvm.org/D76785
More information about the All-commits
mailing list