[llvm] [offload][lit] Enable ctor_dtor.cpp on Intel GPUs (PR #194389)

Nick Sarnie via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 27 07:24:09 PDT 2026


https://github.com/sarnex created https://github.com/llvm/llvm-project/pull/194389

It was fixed with https://github.com/llvm/llvm-project/pull/192725 and https://github.com/llvm/llvm-project/pull/192730.

>From 050527a43da95589a7c3c7e7d725ba1038e57f5d Mon Sep 17 00:00:00 2001
From: Nick Sarnie <nick.sarnie at intel.com>
Date: Mon, 27 Apr 2026 07:22:19 -0700
Subject: [PATCH] [offload][lit] Enable ctor_dtor.cpp on Intel GPUs

Signed-off-by: Nick Sarnie <nick.sarnie at intel.com>
---
 offload/test/offloading/ctor_dtor.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/offload/test/offloading/ctor_dtor.cpp b/offload/test/offloading/ctor_dtor.cpp
index d8ec93c7ae479..7f08798dea103 100644
--- a/offload/test/offloading/ctor_dtor.cpp
+++ b/offload/test/offloading/ctor_dtor.cpp
@@ -1,6 +1,5 @@
 // RUN: %libomptarget-compilexx-run-and-check-generic
 // RUN: %libomptarget-compileoptxx-run-and-check-generic
-// XFAIL: intelgpu
 
 #include <cstdio>
 struct S {



More information about the llvm-commits mailing list