[all-commits] [llvm/llvm-project] 8c77f4: [runtimes] Avoid cluttering the top-level build di...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Thu Oct 17 13:15:56 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8c77f4c5087ac5a8e5dc08e472cf06897689a68b
https://github.com/llvm/llvm-project/commit/8c77f4c5087ac5a8e5dc08e472cf06897689a68b
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2024-10-17 (Thu, 17 Oct 2024)
Changed paths:
M libcxx/CMakeLists.txt
M libcxx/test/configs/cmake-bridge.cfg.in
M libcxxabi/test/configs/cmake-bridge.cfg.in
M libunwind/test/configs/cmake-bridge.cfg.in
Log Message:
-----------
[runtimes] Avoid cluttering the top-level build directory with test artifacts (#112717)
Instead of placing artifacts for testing the runtimes at <build>/test,
place those artifacts at <build>/<project>/test. This prevents
cluttering the build directory with the runtimes' test artifacts for
everyone else.
As a drive-by, remove LIBCXX_BINARY_INCLUDE_DIR which wasn't used
anymore.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list