[flang-commits] [flang] [flang] Fix `getTypeSizeAndAlignment` for packed/tail-padded `RecordType` and `TRANSFER` gate (PR #220377)
via flang-commits
flang-commits at lists.llvm.org
Thu Sep 3 08:09:03 PDT 2026
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results
* 4857 tests passed
* 138 tests skipped
* 1 test failed
## Failed Tests
(click on a test name to see its output)
### Flang
<details>
<summary>Flang.Driver/fveclib.f90</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -### -c -fveclib=none /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90 2>&1 | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck -check-prefix CHECK-NOLIB /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang '-###' -c -fveclib=none /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck -check-prefix CHECK-NOLIB /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# note: command had no output on stdout or stderr
# RUN: at line 2
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -### -c -fveclib=Accelerate /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90 2>&1 | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck -check-prefix CHECK-ACCELERATE /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang '-###' -c -fveclib=Accelerate /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck -check-prefix CHECK-ACCELERATE /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# note: command had no output on stdout or stderr
# RUN: at line 3
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -### -c --target=x86_64-unknown-linux-gnu -fveclib=libmvec /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90 2>&1 | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck -check-prefix CHECK-libmvec /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang '-###' -c --target=x86_64-unknown-linux-gnu -fveclib=libmvec /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck -check-prefix CHECK-libmvec /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# note: command had no output on stdout or stderr
# RUN: at line 4
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -### -c --target=aarch64-unknown-linux-gnu -fveclib=libmvec /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90 2>&1 | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck -check-prefix CHECK-libmvec /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang '-###' -c --target=aarch64-unknown-linux-gnu -fveclib=libmvec /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck -check-prefix CHECK-libmvec /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# note: command had no output on stdout or stderr
# RUN: at line 5
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -### -c -fveclib=MASSV /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90 2>&1 | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck -check-prefix CHECK-MASSV /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang '-###' -c -fveclib=MASSV /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck -check-prefix CHECK-MASSV /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# note: command had no output on stdout or stderr
# RUN: at line 6
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -### -c -fveclib=Darwin_libsystem_m /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90 2>&1 | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck -check-prefix CHECK-DARWIN_LIBSYSTEM_M /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang '-###' -c -fveclib=Darwin_libsystem_m /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck -check-prefix CHECK-DARWIN_LIBSYSTEM_M /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# note: command had no output on stdout or stderr
# RUN: at line 7
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -### -c --target=aarch64-none-none -fveclib=SLEEF /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90 2>&1 | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck -check-prefix CHECK-SLEEF /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang '-###' -c --target=aarch64-none-none -fveclib=SLEEF /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck -check-prefix CHECK-SLEEF /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# note: command had no output on stdout or stderr
# RUN: at line 8
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -### -c --target=aarch64-none-none -fveclib=ArmPL /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90 2>&1 | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck -check-prefix CHECK-ARMPL /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang '-###' -c --target=aarch64-none-none -fveclib=ArmPL /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck -check-prefix CHECK-ARMPL /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# note: command had no output on stdout or stderr
# RUN: at line 9
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -### -c --target=x86_64-unknown-linux-gnu -fveclib=AMDLIBM /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90 2>&1 | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck -check-prefix CHECK-AMDLIBM /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang '-###' -c --target=x86_64-unknown-linux-gnu -fveclib=AMDLIBM /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck -check-prefix CHECK-AMDLIBM /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# note: command had no output on stdout or stderr
# RUN: at line 10
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -### -c --target=aarch64-apple-darwin -fveclib=none /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90 2>&1 | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck -check-prefix CHECK-NOLIB-DARWIN /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang '-###' -c --target=aarch64-apple-darwin -fveclib=none /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck -check-prefix CHECK-NOLIB-DARWIN /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# note: command had no output on stdout or stderr
# RUN: at line 11
not /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -c -fveclib=something /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90 2>&1 | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck -check-prefix CHECK-INVALID /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# executed command: not /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -c -fveclib=something /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck -check-prefix CHECK-INVALID /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# note: command had no output on stdout or stderr
# RUN: at line 25
not /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang --target=x86-none-none -c -fveclib=SLEEF /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90 2>&1 | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck -check-prefix CHECK-ERROR /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# executed command: not /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang --target=x86-none-none -c -fveclib=SLEEF /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck -check-prefix CHECK-ERROR /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# note: command had no output on stdout or stderr
# RUN: at line 26
not /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang --target=x86-none-none -c -fveclib=ArmPL /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90 2>&1 | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck -check-prefix CHECK-ERROR /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# executed command: not /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang --target=x86-none-none -c -fveclib=ArmPL /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck -check-prefix CHECK-ERROR /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# note: command had no output on stdout or stderr
# RUN: at line 27
not /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang --target=riscv64-none-none -c -fveclib=libmvec /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90 2>&1 | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck -check-prefix CHECK-ERROR /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# executed command: not /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang --target=riscv64-none-none -c -fveclib=libmvec /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck -check-prefix CHECK-ERROR /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# note: command had no output on stdout or stderr
# RUN: at line 28
not /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang --target=aarch64-none-none -c -fveclib=SVML /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90 2>&1 | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck -check-prefix CHECK-ERROR /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# executed command: not /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang --target=aarch64-none-none -c -fveclib=SVML /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck -check-prefix CHECK-ERROR /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# note: command had no output on stdout or stderr
# RUN: at line 29
not /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang --target=aarch64-none-none -c -fveclib=AMDLIBM /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90 2>&1 | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck -check-prefix CHECK-ERROR /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# executed command: not /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang --target=aarch64-none-none -c -fveclib=AMDLIBM /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck -check-prefix CHECK-ERROR /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# note: command had no output on stdout or stderr
# RUN: at line 32
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -fveclib=Accelerate /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90 -target arm64-apple-ios8.0.0 -### 2>&1 | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=CHECK-LINK /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -fveclib=Accelerate /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90 -target arm64-apple-ios8.0.0 '-###'
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=CHECK-LINK /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# note: command had no output on stdout or stderr
# RUN: at line 38
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -### --target=aarch64-pc-windows-msvc -fveclib=ArmPL /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90 2>&1 | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=CHECK-LINKING-ARMPL-MSVC /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang '-###' --target=aarch64-pc-windows-msvc -fveclib=ArmPL /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=CHECK-LINKING-ARMPL-MSVC /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# note: command had no output on stdout or stderr
# RUN: at line 39
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -### --target=aarch64-linux-gnu -fveclib=ArmPL /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90 2>&1 | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=CHECK-LINKING-ARMPL-LINUX /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang '-###' --target=aarch64-linux-gnu -fveclib=ArmPL /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=CHECK-LINKING-ARMPL-LINUX /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# note: command had no output on stdout or stderr
# RUN: at line 40
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -### --target=aarch64-linux-gnu -fveclib=ArmPL -nostdlib /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90 2>&1 | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=CHECK-LINKING-ARMPL-NOSTDLIB-LINUX /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang '-###' --target=aarch64-linux-gnu -fveclib=ArmPL -nostdlib /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=CHECK-LINKING-ARMPL-NOSTDLIB-LINUX /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# note: command had no output on stdout or stderr
# RUN: at line 41
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -### --target=aarch64-linux-gnu -fveclib=ArmPL /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90 -lamath 2>&1 | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=CHECK-LINKING-AMATH-BEFORE-ARMPL-LINUX /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang '-###' --target=aarch64-linux-gnu -fveclib=ArmPL /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90 -lamath
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=CHECK-LINKING-AMATH-BEFORE-ARMPL-LINUX /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# note: command had no output on stdout or stderr
# RUN: at line 42
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -### --target=arm64-apple-darwin -fveclib=ArmPL /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90 2>&1 | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=CHECK-LINKING-ARMPL-DARWIN /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang '-###' --target=arm64-apple-darwin -fveclib=ArmPL /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=CHECK-LINKING-ARMPL-DARWIN /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# note: command had no output on stdout or stderr
# RUN: at line 43
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -### --target=arm64-apple-darwin -fveclib=ArmPL -nostdlib /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90 2>&1 | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=CHECK-LINKING-ARMPL-NOSTDLIB-DARWIN /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang '-###' --target=arm64-apple-darwin -fveclib=ArmPL -nostdlib /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=CHECK-LINKING-ARMPL-NOSTDLIB-DARWIN /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# note: command had no output on stdout or stderr
# RUN: at line 44
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -### --target=arm64-apple-darwin -fveclib=ArmPL /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90 -lamath 2>&1 | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=CHECK-LINKING-AMATH-BEFORE-ARMPL-DARWIN /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang '-###' --target=arm64-apple-darwin -fveclib=ArmPL /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90 -lamath
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=CHECK-LINKING-AMATH-BEFORE-ARMPL-DARWIN /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# note: command had no output on stdout or stderr
# RUN: at line 55
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -### --target=aarch64-linux-gnu -resource-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/../../../clang/test/Driver/Inputs/resource_dir_with_arch_subdir -frtlib-add-rpath -fveclib=ArmPL /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90 2>&1 | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=CHECK-RPATH-ARMPL /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang '-###' --target=aarch64-linux-gnu -resource-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/../../../clang/test/Driver/Inputs/resource_dir_with_arch_subdir -frtlib-add-rpath -fveclib=ArmPL /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=CHECK-RPATH-ARMPL /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# .---command stderr------------
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90:59:27: error: CHECK-RPATH-ARMPL-SAME: expected string not found in input
# | ! CHECK-RPATH-ARMPL-SAME: "-rpath"
# | ^
# | <stdin>:7:521: note: scanning from here
# | "/usr/bin/ld" "-EL" "-z" "relro" "--hash-style=gnu" "--eh-frame-hdr" "-m" "aarch64linux" "-pie" "-dynamic-linker" "/lib/ld-linux-aarch64.so.1" "-o" "a.out" "Scrt1.o" "crti.o" "crtbeginS.o" "-L/home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/../../../clang/test/Driver/Inputs/resource_dir_with_arch_subdir/lib/linux/aarch64" "-L/lib/../lib64" "-L/usr/lib64" "-L/lib" "-L/usr/lib" "/tmp/lit-tmp-7q97o5hy/fveclib-af2ed8.o" "--push-state" "--as-needed" "-lm" "-lamath" "-lm" "--pop-state" "-rpath" "/home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/../../../clang/test/Driver/Inputs/resource_dir_with_arch_subdir/lib/linux/aarch64" "-L/home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/../../../clang/test/Driver/Inputs/resource_dir_with_arch_subdir/lib/linux" "-L/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib" "-lflang_rt.runtime" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "--as-needed" "/home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/../../../clang/test/Driver/Inputs/resource_dir_with_arch_subdir/lib/aarch64-unknown-linux-gnu/libclang_rt.builtins.a" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "--as-needed" "/home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/../../../clang/test/Driver/Inputs/resource_dir_with_arch_subdir/lib/aarch64-unknown-linux-gnu/libclang_rt.builtins.a" "--no-as-needed" "crtendS.o" "crtn.o"
# | ^
# | <stdin>:7:1498: note: possible intended match here
# | "/usr/bin/ld" "-EL" "-z" "relro" "--hash-style=gnu" "--eh-frame-hdr" "-m" "aarch64linux" "-pie" "-dynamic-linker" "/lib/ld-linux-aarch64.so.1" "-o" "a.out" "Scrt1.o" "crti.o" "crtbeginS.o" "-L/home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/../../../clang/test/Driver/Inputs/resource_dir_with_arch_subdir/lib/linux/aarch64" "-L/lib/../lib64" "-L/usr/lib64" "-L/lib" "-L/usr/lib" "/tmp/lit-tmp-7q97o5hy/fveclib-af2ed8.o" "--push-state" "--as-needed" "-lm" "-lamath" "-lm" "--pop-state" "-rpath" "/home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/../../../clang/test/Driver/Inputs/resource_dir_with_arch_subdir/lib/linux/aarch64" "-L/home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/../../../clang/test/Driver/Inputs/resource_dir_with_arch_subdir/lib/linux" "-L/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib" "-lflang_rt.runtime" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "--as-needed" "/home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/../../../clang/test/Driver/Inputs/resource_dir_with_arch_subdir/lib/aarch64-unknown-linux-gnu/libclang_rt.builtins.a" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "--as-needed" "/home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/../../../clang/test/Driver/Inputs/resource_dir_with_arch_subdir/lib/aarch64-unknown-linux-gnu/libclang_rt.builtins.a" "--no-as-needed" "crtendS.o" "crtn.o"
# | ^
# |
# | Input file: <stdin>
# | Check file: /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | 1: flang version 24.0.0git (https://github.com/llvm/llvm-project 8bf0535c4ae111d5647919fa2f682bbc6a4fbf35)
# | 2: Target: aarch64-unknown-linux-gnu
# | 3: Thread model: posix
# | 4: InstalledDir: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin
# | 5: Build config: +assertions
# | 6: "/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang-24" "-fc1" "-triple" "aarch64-unknown-linux-gnu" "-emit-obj" "-fno-color-diagnostics" "-mrelocation-model" "pic" "-pic-level" "2" "-pic-is-pie" "-target-cpu" "generic" "-target-feature" "+v8a" "-target-feature" "+fp-armv8" "-target-feature" "+neon" "-fveclib=ArmPL" "-resource-dir" "/home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/../../../clang/test/Driver/Inputs/resource_dir_with_arch_subdir" "-mframe-pointer=non-leaf-no-reserve" "-o" "/tmp/lit-tmp-7q97o5hy/fveclib-af2ed8.o" "-x" "f95" "/home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/fveclib.f90"
# | 7: "/usr/bin/ld" "-EL" "-z" "relro" "--hash-style=gnu" "--eh-frame-hdr" "-m" "aarch64linux" "-pie" "-dynamic-linker" "/lib/ld-linux-aarch64.so.1" "-o" "a.out" "Scrt1.o" "crti.o" "crtbeginS.o" "-L/home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/../../../clang/test/Driver/Inputs/resource_dir_with_arch_subdir/lib/linux/aarch64" "-L/lib/../lib64" "-L/usr/lib64" "-L/lib" "-L/usr/lib" "/tmp/lit-tmp-7q97o5hy/fveclib-af2ed8.o" "--push-state" "--as-needed" "-lm" "-lamath" "-lm" "--pop-state" "-rpath" "/home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/../../../clang/test/Driver/Inputs/resource_dir_with_arch_subdir/lib/linux/aarch64" "-L/home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/../../../clang/test/Driver/Inputs/resource_dir_with_arch_subdir/lib/linux" "-L/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib" "-lflang_rt.runtime" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "--as-needed" "/home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/../../../clang/test/Driver/Inputs/resource_dir_with_arch_subdir/lib/aarch64-unknown-linux-gnu/libclang_rt.builtins.a" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "--as-needed" "/home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Driver/../../../clang/test/Driver/Inputs/resource_dir_with_arch_subdir/lib/aarch64-unknown-linux-gnu/libclang_rt.builtins.a" "--no-as-needed" "crtendS.o" "crtn.o"
# | same:59'0 { } search range (exclusive bounds)
# | same:59'1
# | ...
# `---data was truncated (10240/12764) (change limit with -D output_limit=N)
# error: command failed with exit status: 1
--
```
</details>
If these failures are unrelated to your changes (for example tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the `infrastructure` label.
https://github.com/llvm/llvm-project/pull/220377
More information about the flang-commits
mailing list