Skip to content

Commit

Permalink
Re-enable lit-test codegen/dcompute_cl_images.d for LLVM 16
Browse files Browse the repository at this point in the history
  • Loading branch information
kinke committed Jul 10, 2023
1 parent a0da286 commit 823b920
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/codegen/dcompute_cl_images.d
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// REQUIRES: target_SPIRV

// FIXME: hits an assertion with recent SPIRV-LLVM-Translator, see https://github.com/ldc-developers/ldc/pull/4010#issuecomment-1191820165
// XFAIL: atleast_llvm1500
// FIXME: hits an assertion with SPIRV-LLVM-Translator for LLVM 15, see https://github.com/ldc-developers/ldc/pull/4010#issuecomment-1191820165
// XFAIL: atleast_llvm1500 && atmost_llvm1509

// RUN: %ldc -c -mdcompute-targets=ocl-220 -m64 -I%S/inputs -mdcompute-file-prefix=%t -output-ll -output-o %s && FileCheck %s < %t_ocl220_64.ll
@compute(CompileFor.deviceOnly) module dcompute_cl_images;
Expand Down

0 comments on commit 823b920

Please sign in to comment.