Skip to content

Commit

Permalink
Fix lit test kernel-call.cu failure on ps4 due to dso_local
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@330795 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
yxsamliu committed Apr 25, 2018
1 parent 45d663d commit 9222593
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/CodeGenCUDA/kernel-call.cu
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

#include "Inputs/cuda.h"

// CHECK-LABEL: define void @_Z2g1i
// CHECK-LABEL: define{{.*}} void @_Z2g1i
// HIP: call{{.*}}hipSetupArgument
// HIP: call{{.*}}hipLaunchByPtr
// CUDA: call{{.*}}cudaSetupArgument
// CUDA: call{{.*}}cudaLaunch
__global__ void g1(int x) {}

// CHECK-LABEL: define i32 @main
// CHECK-LABEL: define{{.*}} i32 @main
int main(void) {
// HIP: call{{.*}}hipConfigureCall
// CUDA: call{{.*}}cudaConfigureCall
Expand Down

0 comments on commit 9222593

Please sign in to comment.