Skip to content

Commit 22b6e81

Browse files
committed
Fix test failure in openmp-offload.c
Update active offload kind of actions for OpenMP programs. The change is expected as of e5eb365.
1 parent 94fba14 commit 22b6e81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang/test/Driver/openmp-offload.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,9 +234,9 @@
234234
// CHK-PHASES-WITH-CUDA: 19: assembler, {18}, object, (device-openmp)
235235
// CHK-PHASES-WITH-CUDA: 20: linker, {19}, image, (device-openmp)
236236
// CHK-PHASES-WITH-CUDA: 21: offload, "device-openmp (nvptx64-nvidia-cuda)" {20}, image
237-
// CHK-PHASES-WITH-CUDA: 22: clang-offload-wrapper, {21}, ir, (host-cuda-openmp)
238-
// CHK-PHASES-WITH-CUDA: 23: backend, {22}, assembler, (host-cuda-openmp)
239-
// CHK-PHASES-WITH-CUDA: 24: assembler, {23}, object, (host-cuda-openmp)
237+
// CHK-PHASES-WITH-CUDA: 22: clang-offload-wrapper, {21}, ir, (host-openmp)
238+
// CHK-PHASES-WITH-CUDA: 23: backend, {22}, assembler, (host-openmp)
239+
// CHK-PHASES-WITH-CUDA: 24: assembler, {23}, object, (host-openmp)
240240
// CHK-PHASES-WITH-CUDA: 25: linker, {13, 24}, image, (host-cuda-openmp)
241241

242242
/// ###########################################################################

0 commit comments

Comments
 (0)