Skip to content

Commit ed7a8f1

Browse files
authored
[NFC][Offload] Correct the compile command of two C test files (#118243)
The compile command for the two C test files are `compilexx`, which is actually for C++ compilation.
1 parent 427fb5c commit ed7a8f1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

offload/test/mapping/map_both_pointer_pointee.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
// RUN: %libomptarget-compilexx-run-and-check-aarch64-unknown-linux-gnu
2-
// RUN: %libomptarget-compilexx-run-and-check-powerpc64-ibm-linux-gnu
3-
// RUN: %libomptarget-compilexx-run-and-check-powerpc64le-ibm-linux-gnu
4-
// RUN: %libomptarget-compilexx-run-and-check-x86_64-unknown-linux-gnu
5-
// RUN: %libomptarget-compilexx-run-and-check-nvptx64-nvidia-cuda
1+
// RUN: %libomptarget-compile-run-and-check-aarch64-unknown-linux-gnu
2+
// RUN: %libomptarget-compile-run-and-check-powerpc64-ibm-linux-gnu
3+
// RUN: %libomptarget-compile-run-and-check-powerpc64le-ibm-linux-gnu
4+
// RUN: %libomptarget-compile-run-and-check-x86_64-unknown-linux-gnu
5+
// RUN: %libomptarget-compile-run-and-check-nvptx64-nvidia-cuda
66

77
// REQUIRES: unified_shared_memory
88
// UNSUPPORTED: amdgcn-amd-amdhsa

offload/test/mapping/power_of_two_alignment.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %libomptarget-compilexx-run-and-check-generic
1+
// RUN: %libomptarget-compile-run-and-check-generic
22

33
// Assuming the stack is allocated on the host starting at high addresses, the
44
// host memory layout for the following program looks like this:

0 commit comments

Comments
 (0)