[llvm] [libomptarget] Add a test for OMP_TARGET_OFFLOAD=disabled (PR #146385)
Ye Luo via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 9 07:46:53 PDT 2025
================
@@ -0,0 +1,22 @@
+// RUN: %libomptarget-compile-generic
+// RUN: env OMP_TARGET_OFFLOAD=disabled %libomptarget-run-generic 2>&1 |
----------------
ye-luo wrote:
Somehow clang-format added a new line and break the added test.
https://github.com/llvm/llvm-project/pull/146385
More information about the llvm-commits
mailing list