llvm-project/libcxx/utils/libcxx
Eric Fiselier 0353308710 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.

llvm-svn: 340406
2018-08-22 13:29:52 +00:00
..
sym_check Fix python 3 syntax error in sym_diff 2017-03-02 00:03:01 +00:00
test Attempt to unbreak filesystem tests on certain linux distros. 2018-08-22 13:29:52 +00:00
__init__.py
compiler.py Improve test runner output for broken configurations. 2017-10-02 22:52:51 +00:00
util.py add missing python import 2017-02-09 23:29:08 +00:00