[Openmp-commits] [openmp] 05ea779 - [openmp] Remove perl mentions (#181371)

via Openmp-commits openmp-commits at lists.llvm.org
Fri Feb 13 07:11:36 PST 2026


Author: Nikita Popov
Date: 2026-02-13T15:11:31Z
New Revision: 05ea779fcf475b7edd7e27c11966366be1aa01f5

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

LOG: [openmp] Remove perl mentions (#181371)

These tests were converted from Perl to Python in #95307, so there is no
perl dependency here anymore. (I omitted an explicit mention of Python
here, as that's a general dependency anyway.)

Added: 
    

Modified: 
    openmp/runtime/cmake/LibompMicroTests.cmake

Removed: 
    


################################################################################
diff  --git a/openmp/runtime/cmake/LibompMicroTests.cmake b/openmp/runtime/cmake/LibompMicroTests.cmake
index 0d48246cb6ec5..25c1498062bec 100644
--- a/openmp/runtime/cmake/LibompMicroTests.cmake
+++ b/openmp/runtime/cmake/LibompMicroTests.cmake
@@ -23,12 +23,12 @@
 # (3) test-execstack
 #  - Tests if stack is executable
 #  - Fails if stack is executable. Should only be readable and writable. Not executable.
-#  - Program dependencies: perl, readelf
+#  - Program dependencies: readelf
 #  - Available for Unix dynamic library builds. Not available otherwise.
 # (4) test-deps
 #  - Tests newly created libomp for library dependencies
 #  - Fails if sees a dependence not listed in td_exp variable below
-#  - Program dependencies: perl, (unix)readelf, (mac)otool[64], (windows)link.exe
+#  - Program dependencies: (unix)readelf, (mac)otool[64], (windows)link.exe
 #  - Available for Unix,Mac,Windows, Intel(R) MIC Architecture dynamic builds and Windows
 #    static builds. Not available otherwise.
 


        


More information about the Openmp-commits mailing list