[flang-commits] [flang] [flang]Pass to add vscale range attribute (PR #68103)
via flang-commits
flang-commits at lists.llvm.org
Thu Oct 5 05:11:15 PDT 2023
kkwli wrote:
This commit breaks [ppc64le-flang-rhel-clang build](https://lab.llvm.org/buildbot/#/builders/21).
```fortran
$ cat end.f
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"'
```
https://github.com/llvm/llvm-project/pull/68103
More information about the flang-commits
mailing list