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. llvm-svn: 340406 |
||
|---|---|---|
| .. | ||
| google-benchmark | ||
| libcxx | ||
| symcheck-blacklists | ||
| cat_files.py | ||
| gen_link_script.py | ||
| merge_archives.py | ||
| not.py | ||
| sym_diff.py | ||
| sym_extract.py | ||
| sym_match.py | ||