[all-commits] [llvm/llvm-project] 14ee89: [OFFLOAD] Fix interop-print test commands (#191969)
Alex Duran via All-commits
all-commits at lists.llvm.org
Tue Apr 14 06:26:43 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 14ee89214c437495ef35419534bd657b2ddae768
https://github.com/llvm/llvm-project/commit/14ee89214c437495ef35419534bd657b2ddae768
Author: Alex Duran <alejandro.duran at intel.com>
Date: 2026-04-14 (Tue, 14 Apr 2026)
Changed paths:
M offload/test/offloading/interop-print.c
Log Message:
-----------
[OFFLOAD] Fix interop-print test commands (#191969)
Using %libomptarget-run-generic will fail or run an incorrect binary if
the previous %libomptarget-compile becames ignored because there's no
such device. Switching to use %libomptarget-compile-and-run-* which
doesn't have this issue.
Fixes post-merge issue of #191901
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list