Commit 41da687
committed
[NFC][OpenMP] Update a test that was failing on aarch64.
The failure was reported here:
llvm#164039 (comment)
The test is checking for the "bad" behavior so as to keep track of it.
It could just be updated to check the "good" behavior and marked as
XFAIL, but then it would not be as informative.
The update for now is to fix the pointer arithmetic. If that isn't
sufficient, we can fall back to doing the above.1 parent c3d905e commit 41da687
File tree
1 file changed
+6
-5
lines changed- offload/test/mapping/use_device_addr
1 file changed
+6
-5
lines changedLines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
0 commit comments