[all-commits] [llvm/llvm-project] a7e15b: [libc++] List the set of __config_site macros used...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Fri Apr 17 09:23:44 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a7e15b062672c5bd1b88b4be76bf8af430901c53
https://github.com/llvm/llvm-project/commit/a7e15b062672c5bd1b88b4be76bf8af430901c53
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-04-17 (Fri, 17 Apr 2020)
Changed paths:
M libcxx/utils/libcxx/test/config.py
Log Message:
-----------
[libc++] List the set of __config_site macros used for features
Instead of creating Lit features for all __config_site macros automatically,
only do so for macros that generate features actually used in the test
suite. This makes it easier to know which ones are supported by the test
suite at a glance.
Note that the `libcpp-abi-version-vN` is dropped altogether, but it
wasn't used anywhere.
More information about the All-commits
mailing list