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
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
..
sym_check Fix python 3 syntax error in sym_diff 9 years ago
test Merging r340406: 7 years ago
__init__.py Start libc++ python cleanup and consolidation. 9 years ago
compiler.py Improve test runner output for broken configurations. 8 years ago
util.py add missing python import 9 years ago