[all-commits] [llvm/llvm-project] 736c6e: [libcxx] [test] Place output from newconfig tests ...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Tue Mar 1 13:45:06 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 736c6e246f5398331d83edd204a846cc967ad5c6
https://github.com/llvm/llvm-project/commit/736c6e246f5398331d83edd204a846cc967ad5c6
Author: Martin Storsjö <martin at martin.st>
Date: 2022-03-01 (Tue, 01 Mar 2022)
Changed paths:
M libcxx/test/configs/cmake-bridge.cfg.in
Log Message:
-----------
[libcxx] [test] Place output from newconfig tests under a 'test' subdir
Previously, all the output from the tests were placed directly in
the build directory. The tests produce a couple directories named
`__config_{exec,cache,src}__` which are easy to distinguish, but
the output from the individual tests are placed in subdirectories
named `std` or `libcxx`. Especially the build output from libcxx
tests ends up conflated in the same directories as are used for
building libcxx with cmake.
Differential Revision: https://reviews.llvm.org/D120479
More information about the All-commits
mailing list