llvm/libcxx
Louis Dionne 1fc5010d6b [libc++] Consider everything inside %T to be a dependency of each test
Instead of passing file dependencies individually, assume that the
whole content of the unique test directory is a dependency. This
simplifies the test harness significantly, by making %T the directory
that contains everything required to run a test. This also removes the
need for the %{file_dependencies} substitution, which is removed by this
patch.

Furthermore, this patch also changes the harness to execute tests locally
inside %T, so as to avoid creating a separate directory for no purpose.
2020-06-10 22:38:05 -04:00
..
benchmarks
cmake [libc++][CMake] Add CMake caches for commonly supported configurations 2020-06-09 14:52:14 -04:00
docs [libc++] Remove workarounds for the lack of clock_gettime on older macOS platforms 2020-06-09 12:57:03 -04:00
fuzzing
include [libc++] Work around gcc/Power9 bug in include/thread 2020-06-10 12:40:43 -04:00
lib
src [libc++] Remove workarounds for the lack of clock_gettime on older macOS platforms 2020-06-09 12:57:03 -04:00
test [libc++] Consider everything inside %T to be a dependency of each test 2020-06-10 22:38:05 -04:00
utils [libc++] Consider everything inside %T to be a dependency of each test 2020-06-10 22:38:05 -04:00
www
.clang-format
.gitignore
appveyor-reqs-install.cmd
appveyor.yml
CMakeLists.txt [libc++] Link against libatomic when it is found 2020-06-05 09:28:44 -04:00
CREDITS.TXT
LICENSE.TXT
NOTES.TXT
TODO.TXT