Add detection tests for XL compilers (#41743)

This commit is contained in:
Massimiliano Culpo 2023-12-20 11:15:15 +01:00 committed by GitHub
parent fd46923216
commit 9986652b27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,18 @@
paths:
- layout:
- executables:
- "bin/xlc"
- "bin/xlc++"
- "bin/xlc_r"
- "bin/xlc++_r"
script: |
echo "IBM XL C/C++ for Linux, V16.1.1 (5725-C73, 5765-J13)"
echo "Version: 16.01.0001.0006"
- executables:
- "bin/xlcuf"
script: |
echo "IBM XL Fortran for Linux, V16.1.1 (5725-C73, 5765-J13)"
echo "Version: 16.01.0001.0006"
results:
- spec: "xlc+r@16.1"
- spec: "xlc~r@16.1"

View File

@ -0,0 +1,11 @@
paths:
- layout:
- executables:
- "bin/xlf"
- "bin/xlf_r"
script: |
echo "IBM XL Fortran for Linux, V16.1.1 (5725-C73, 5765-J13)"
echo "Version: 16.01.0001.0006"
results:
- spec: "xlf+r@16.1"
- spec: "xlf~r@16.1"