From 823b9200d6e670e1623b3ae6d84f698da137207c Mon Sep 17 00:00:00 2001 From: Martin Kinkelin Date: Mon, 10 Jul 2023 13:26:56 +0200 Subject: [PATCH] Re-enable lit-test codegen/dcompute_cl_images.d for LLVM 16 --- tests/codegen/dcompute_cl_images.d | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;