Add additional dependency to clang/clang-headers/FileCheck to avoid possible troubles with in-tree build/test of libomp + allow parallel testing of libomp
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
runtime/test/CMakeLists.txt | ||
---|---|---|
57 ↗ | (On Diff #38375) | Ok, will revert it back for now |
runtime/test/api/omp_get_wtime.c | ||
12 ↗ | (On Diff #38375) | This is required to fix possible issues with parallel testing of libomp. This test is quite sensitive to possible time diffs, so it's better to take a little bit more time to check that omp_get_wtime() function works correctly |
Comment Actions
Looks good. Please also add the information about the test code change to the commit log when you commit this.