[all-commits] [llvm/llvm-project] 7e6221: [libc++] Remove unused functions and minor feature...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Tue May 5 06:59:24 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7e6221da104b3daa3e0fb57796f9d925a4215b4f
https://github.com/llvm/llvm-project/commit/7e6221da104b3daa3e0fb57796f9d925a4215b4f
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-05-05 (Tue, 05 May 2020)
Changed paths:
M libcxx/docs/TestingLibcxx.rst
M libcxx/utils/libcxx/test/config.py
Log Message:
-----------
[libc++] Remove unused functions and minor features of the test suite
This commit removes minor features of the test suite that I've never
seen used and that are basically just a maintenance burden:
- color_diagnostics: Diagnostics are colored by default when running
from a terminal, and not colored otherwise. This is the right behavior.
Being able to tweak this has minor value, and could be achieved by
modifying the %{compile_flags} instead if absolutely needed.
- ccache: This can be achieved by using a wrapper for the %{cxx}
substitution.
- _dump_macros_verbose is just a dead function now.
More information about the All-commits
mailing list