Commit b3b3ffd
committed
[OpenMP] [test] Don't use the compiler's omp.h in tasking/omp50_taskdep_depobj.c
When doing a all-in-one build of clang and openmp, this test
used the current omp.h, while if building openmp standalone,
it would use the compiler's omp.h, which only works correctly
if one already has installed a recent enough version of omp.h
into the compiler that was used.
Skip this discrepancy and just use the same headers as all other
tests.1 parent ce3da50 commit b3b3ffd
2 files changed
+1
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | 76 | | |
78 | 77 | | |
79 | 78 | | |
| |||
210 | 209 | | |
211 | 210 | | |
212 | 211 | | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | 212 | | |
224 | 213 | | |
225 | 214 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments