diff options
author | Michal Gorny <mgorny@gentoo.org> | 2018-12-11 15:39:34 +0000 |
---|---|---|
committer | Michal Gorny <mgorny@gentoo.org> | 2018-12-11 15:39:34 +0000 |
commit | 276df88154573cc05cedde550a1e5fda891a8dac (patch) | |
tree | cab1bcbbde9abfc816ef1ec42ef2adc82bcfacf9 /clang/lib/Driver/ToolChains/Gnu.cpp | |
parent | 3815b9f5f912377b9ad53f728f99d9adeee2d5a7 (diff) | |
download | bcm5719-llvm-276df88154573cc05cedde550a1e5fda891a8dac.tar.gz bcm5719-llvm-276df88154573cc05cedde550a1e5fda891a8dac.zip |
[test] [runtime] Permit omp_get_wtick() to return 0.01
Increase the range for omp_get_wtick() test to allow for 0.01
(from <0.01). This is needed for NetBSD where it returns exactly that
value due to CLOCKS_PER_SEC being 100. This should not cause
a significant difference from e.g. FreeBSD where it is 128,
and especially from Linux where CLOCKS_PER_SEC is apparently meaningless
and sysconf(_SC_CLK_TCK) gives 100 as well.
Differential Revision: https://reviews.llvm.org/D55493
llvm-svn: 348857
Diffstat (limited to 'clang/lib/Driver/ToolChains/Gnu.cpp')
0 files changed, 0 insertions, 0 deletions