[Openmp-commits] [openmp] [openmp] Remove perl mentions (PR #181371)
Nikita Popov via Openmp-commits
openmp-commits at lists.llvm.org
Fri Feb 13 07:04:25 PST 2026
https://github.com/nikic created https://github.com/llvm/llvm-project/pull/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.)
>From dcb66e49256ddafafcf46fdbebc9b2a376655d3e Mon Sep 17 00:00:00 2001
From: Nikita Popov <npopov at redhat.com>
Date: Fri, 13 Feb 2026 16:02:24 +0100
Subject: [PATCH] [openmp] Remove perl mentions
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.)
---
openmp/runtime/cmake/LibompMicroTests.cmake | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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