[llvm] [NFC][Offload] Fix typo to output architecture (PR #128527)

via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 24 07:52:05 PST 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-offload

Author: Jan Patrick Lehr (jplehr)

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/128527.diff


1 Files Affected:

- (modified) offload/plugins-nextgen/host/CMakeLists.txt (+1-1) 


``````````diff
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.

``````````

</details>


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


More information about the llvm-commits mailing list