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.
libcxx/utils
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
..
google-benchmark Remove BUILD file from google-benchmark 7 years ago
libcxx Merging r340406: 7 years ago
symcheck-blacklists Start libc++ python cleanup and consolidation. 9 years ago
cat_files.py Fix creating __generated_config on Windows 9 years ago
gen_link_script.py Start libc++ python cleanup and consolidation. 9 years ago
merge_archives.py Use CMAKE_AR instead of the system default 'ar' for merging static libraries 8 years ago
not.py Start libc++ python cleanup and consolidation. 9 years ago
sym_diff.py Start libc++ python cleanup and consolidation. 9 years ago
sym_extract.py Start libc++ python cleanup and consolidation. 9 years ago
sym_match.py Start libc++ python cleanup and consolidation. 9 years ago