[all-commits] [llvm/llvm-project] 19a3e2: [libc++] Simplify writing testing config files
Louis Dionne via All-commits
all-commits at lists.llvm.org
Wed Oct 6 12:51:26 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 19a3e24803a69090f4163c20a6511213e1c07de6
https://github.com/llvm/llvm-project/commit/19a3e24803a69090f4163c20a6511213e1c07de6
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2021-10-06 (Wed, 06 Oct 2021)
Changed paths:
M libcxx/test/CMakeLists.txt
M libcxx/test/configs/apple-libc++-shared.cfg.in
A libcxx/test/configs/cmake-bridge.cfg.in
M libcxx/test/configs/llvm-libc++-shared.cfg.in
M libcxx/test/configs/llvm-libc++-static.cfg.in
M libcxx/utils/libcxx/test/params.py
Log Message:
-----------
[libc++] Simplify writing testing config files
Reduce code duplication by sharing most of the test suite setup across
the different from-scratch configs.
Differential Revision: https://reviews.llvm.org/D111196
More information about the All-commits
mailing list