You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
libcxx_old/utils/libcxx/test
Hans Wennborg 833b8f68ba Merging r340406:
------------------------------------------------------------------------
r340406 | ericwf | 2018-08-22 15:29:52 +0200 (Wed, 22 Aug 2018) | 12 lines

Attempt to unbreak filesystem tests on certain linux distros.

On some platforms clock_gettime is in librt, which we don't
link by default when building the tests. However it is required
by the filesystem tests.

This patch introduces a workaround which links librt whenever
the filesystem tests are enabled. The workaround should later
be replaced with a patch that selectively links both libc++fs
and librt only when building filesystem specific tests. However,
the way the test configuration is set up right now, this is
non-trivial.
------------------------------------------------------------------------


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/branches/release_70@340419 91177308-0d34-0410-b5e6-96231b3b80d8
7 years ago
..
__init__.py Move libcxx/test/libcxx python package into libcxx/utils/libcxx. 9 years ago
config.py Merging r339874: 7 years ago
executor.py Clean up LIT failure output by not showing the entire environment 9 years ago
format.py Fix nodiscard failure tests on compilers w/o -verify. 8 years ago
target_info.py Merging r340406: 7 years ago
tracing.py Move libcxx/test/libcxx python package into libcxx/utils/libcxx. 9 years ago