[llvm] [offload][lit] Enable/disable tests on Level Zero when using DeviceRTL (PR #182128)

Joseph Huber via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 18 13:02:00 PST 2026


================
@@ -1,6 +1,6 @@
 // RUN: %libomptarget-compile-run-and-check-generic
 // RUN: %libomptarget-compileopt-run-and-check-generic
-// XFAIL: intelgpu
+// REQUIRES: libc
----------------
jhuber6 wrote:

Technically `malloc` is defined on all targets, it just goes to a dumb bump allocator if `libc` isn't enabled.

https://github.com/llvm/llvm-project/pull/182128


More information about the llvm-commits mailing list