Skip to content

Commit

Permalink
-opaque-pointers
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanEngelen authored Nov 23, 2023
1 parent 5408cee commit 4be59da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/codegen/dcompute_cl_addrspaces_new.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// REQUIRES: target_SPIRV && atleast_llvm1600
// RUN: %ldc -c -mdcompute-targets=ocl-220 -m64 -mdcompute-file-prefix=addrspace_new -output-ll -output-o %s && FileCheck %s --check-prefix=LL < addrspace_new_ocl220_64.ll \
// RUN: && %llc addrspace_new_ocl220_64.ll -mtriple=spirv64-unknown-unknown -O0 -o - | FileCheck %s --check-prefix=SPT
// RUN: && %llc addrspace_new_ocl220_64.ll -mtriple=spirv64-unknown-unknown -opaque-pointers -O0 -o - | FileCheck %s --check-prefix=SPT
@compute(CompileFor.deviceOnly) module dcompute_cl_addrspaces_new;
import ldc.dcompute;

Expand Down

0 comments on commit 4be59da

Please sign in to comment.