[llvm] [NFC][Offload] Fix typo to output architecture (PR #128527)
Jan Patrick Lehr via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 24 07:51:26 PST 2025
https://github.com/jplehr created https://github.com/llvm/llvm-project/pull/128527
None
>From 6288a2f456ef3d16c9556c3d8ccbfb654057ae5d Mon Sep 17 00:00:00 2001
From: JP Lehr <JanPatrick.Lehr at amd.com>
Date: Mon, 24 Feb 2025 09:50:28 -0600
Subject: [PATCH] [NFC][Offload] Fix typo to output architecture
---
offload/plugins-nextgen/host/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/offload/plugins-nextgen/host/CMakeLists.txt b/offload/plugins-nextgen/host/CMakeLists.txt
index e6b3bdf83d740..d5126b34a9563 100644
--- a/offload/plugins-nextgen/host/CMakeLists.txt
+++ b/offload/plugins-nextgen/host/CMakeLists.txt
@@ -35,7 +35,7 @@ if(LIBOMPTARGET_DEP_LIBFFI_FOUND)
set(LIBOMPTARGET_TESTED_PLUGINS
"${LIBOMPTARGET_TESTED_PLUGINS}" PARENT_SCOPE)
else()
- message(STATUS "Not generating ${tmachine_name} tests. LibFFI not found.")
+ message(STATUS "Not generating ${machine} tests. LibFFI not found.")
endif()
# Define the target specific triples and ELF machine values.
More information about the llvm-commits
mailing list