Skip to content

Commit 05ea779

Browse files
authored
[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.)
1 parent 5e706e1 commit 05ea779

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openmp/runtime/cmake/LibompMicroTests.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
# (3) test-execstack
2424
# - Tests if stack is executable
2525
# - Fails if stack is executable. Should only be readable and writable. Not executable.
26-
# - Program dependencies: perl, readelf
26+
# - Program dependencies: readelf
2727
# - Available for Unix dynamic library builds. Not available otherwise.
2828
# (4) test-deps
2929
# - Tests newly created libomp for library dependencies
3030
# - Fails if sees a dependence not listed in td_exp variable below
31-
# - Program dependencies: perl, (unix)readelf, (mac)otool[64], (windows)link.exe
31+
# - Program dependencies: (unix)readelf, (mac)otool[64], (windows)link.exe
3232
# - Available for Unix,Mac,Windows, Intel(R) MIC Architecture dynamic builds and Windows
3333
# static builds. Not available otherwise.
3434

0 commit comments

Comments
 (0)