[Openmp-commits] [openmp] a063df2 - [OpenMP] Fix typo (NFC) (#80332)

via Openmp-commits openmp-commits at lists.llvm.org
Thu Feb 1 12:13:21 PST 2024


Author: Kelvin Li
Date: 2024-02-01T15:13:17-05:00
New Revision: a063df20abeee3513d3577dc41bff7e54159efa5

URL: https://github.com/llvm/llvm-project/commit/a063df20abeee3513d3577dc41bff7e54159efa5
DIFF: https://github.com/llvm/llvm-project/commit/a063df20abeee3513d3577dc41bff7e54159efa5.diff

LOG: [OpenMP] Fix typo (NFC) (#80332)

Added: 
    

Modified: 
    openmp/libomptarget/plugins-nextgen/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/openmp/libomptarget/plugins-nextgen/CMakeLists.txt b/openmp/libomptarget/plugins-nextgen/CMakeLists.txt
index f5fc3b6211109..3cc2b8512b77f 100644
--- a/openmp/libomptarget/plugins-nextgen/CMakeLists.txt
+++ b/openmp/libomptarget/plugins-nextgen/CMakeLists.txt
@@ -58,7 +58,7 @@ if(CMAKE_SYSTEM_PROCESSOR MATCHES "${tmachine}$")
         "omptarget.rtl.${tmachine_libname}" PRIVATE FFI::ffi)
     endif()
   else()
-     libomptarget_say("Building ${tmachine_libname} plugie for dlopened libffi")
+     libomptarget_say("Building ${tmachine_libname} plugin for dlopened libffi")
      target_sources("omptarget.rtl.${tmachine_libname}" PRIVATE
         ${CMAKE_CURRENT_SOURCE_DIR}/../generic-elf-64bit/dynamic_ffi/ffi.cpp)
      target_include_directories("omptarget.rtl.${tmachine_libname}" PRIVATE


        


More information about the Openmp-commits mailing list