[all-commits] [llvm/llvm-project] 68587a: [libc++] Move handling of convenience substitution...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Thu Apr 16 14:30:33 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 68587af9ad10dce24c5164db2f627d2552629f27
https://github.com/llvm/llvm-project/commit/68587af9ad10dce24c5164db2f627d2552629f27
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-04-16 (Thu, 16 Apr 2020)
Changed paths:
A libcxx/test/libcxx/selftest/newformat/convenience_substitutions/build_run.sh.cpp
A libcxx/test/libcxx/selftest/newformat/convenience_substitutions/verify.sh.cpp
M libcxx/utils/libcxx/test/config.py
M libcxx/utils/libcxx/test/format.py
M libcxx/utils/libcxx/test/newformat.py
Log Message:
-----------
[libc++] Move handling of convenience substitutions outside of config.py
These substitutions are strongly tied to the operation of the test
format, so it makes sense to have them defined by the test format
instead of the Lit configuration. They should be defined regardless
of which configuration is in use.
More information about the All-commits
mailing list