mirror of https://github.com/llvm-mirror/libcxx
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.
------------------------------------------------------------------------ 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 | 7 years ago | |
| libcxx | 7 years ago | |
| symcheck-blacklists | 9 years ago | |
| cat_files.py | 9 years ago | |
| gen_link_script.py | 9 years ago | |
| merge_archives.py | 8 years ago | |
| not.py | 9 years ago | |
| sym_diff.py | 9 years ago | |
| sym_extract.py | 9 years ago | |
| sym_match.py | 9 years ago | |