diff --git a/tests/codegen/dcompute_cl_images.d b/tests/codegen/dcompute_cl_images.d index b3f5f5ca07f..bb653a5c45c 100644 --- a/tests/codegen/dcompute_cl_images.d +++ b/tests/codegen/dcompute_cl_images.d @@ -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;