summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCUDA/device-stub.cu
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGenCUDA/device-stub.cu')
-rw-r--r--clang/test/CodeGenCUDA/device-stub.cu3
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/test/CodeGenCUDA/device-stub.cu b/clang/test/CodeGenCUDA/device-stub.cu
index 387a787cceb..3be0e7b2ec4 100644
--- a/clang/test/CodeGenCUDA/device-stub.cu
+++ b/clang/test/CodeGenCUDA/device-stub.cu
@@ -145,7 +145,8 @@ void use_pointers() {
// Test that we build the correct number of calls to cudaSetupArgument followed
// by a call to cudaLaunch.
-// LNX: define{{.*}}kernelfunc
+// CUDA-LABEL: define{{.*}}kernelfunc
+// HIP-LABEL: define{{.*}}@_Z10kernelfunciii.stub
// New launch sequence stores arguments into local buffer and passes array of
// pointers to them directly to cudaLaunchKernel
OpenPOWER on IntegriCloud