[flang-commits] [flang] [flang]Pass to add vscale range attribute (PR #68103)
Mats Petersson via flang-commits
flang-commits at lists.llvm.org
Thu Oct 5 06:22:54 PDT 2023
Leporacanthicus wrote:
> This commit breaks [ppc64le-flang-rhel-clang build](https://lab.llvm.org/buildbot/#/builders/21).
>
> ```fortran
> $ cat end.f90
> end
>
> $ flang-new -fc1 -triple aarch64-none-linux-gnu -emit-llvm -o - end.f90
> error: unable to create target: 'No available targets are compatible with triple "aarch64-none-linux-gnu"'
> ```
Fix here:
https://github.com/llvm/llvm-project/pull/68306
https://github.com/llvm/llvm-project/pull/68103
More information about the flang-commits
mailing list