llvm-capstone/libcxx
Louis Dionne a6a841e0d7 [libc++] Refer to the Filesystem static test env as relative paths
Instead of hardcoding absolute paths on the build-host in the executables,
use relative paths from the current working directory. Also, use
FILE_DEPENDENCIES to mark the static test env as being required by
the relevant tests.

Given a SSH executor that copies the files to the remote host properly,
the tests can be run on that remote host.
2020-04-02 16:51:37 -04:00
..
benchmarks Revert "[libcxx] Enable C++17 for the benchmarks." 2020-03-12 22:23:46 +01:00
cmake [libc++] Try to fix Chromium's build 2020-04-02 13:15:30 -04:00
docs [libc++] Fix wrong default value for LIBCXX_ENABLE_ASSERTIONS in documentation 2020-03-30 12:44:57 -04:00
fuzzing
include [libcxx] Stop using builtin type traits for is_floating_point and is_arithmetic. 2020-04-01 16:57:08 -07:00
lib [libc++] Add SHA for C++20 Synchronization Library in ABI changelog 2020-03-11 16:13:13 -04:00
src Remove legacy CMake targets for libcxx and libcxxabi 2020-03-30 09:45:21 -04:00
test [libc++] Refer to the Filesystem static test env as relative paths 2020-04-02 16:51:37 -04:00
utils [libc++] Execute tests from the Lit execution root instead of the test tree 2020-04-01 22:17:03 -04:00
www [libc++] [NFC] Test that correct value category is used in scoped_allocator_adaptor::construct 2020-03-23 09:08:05 -07:00
.clang-format
.gitignore [libcxx] Fix .gitignore to not exclude test directories 2020-03-25 17:52:23 -07:00
appveyor-reqs-install.cmd
appveyor.yml
CMakeLists.txt [libc++] Simplify the configuration of the C++ ABI library 2020-04-02 02:21:15 -04:00
CREDITS.TXT
LICENSE.TXT
NOTES.TXT
TODO.TXT