[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 05:19:25 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"'
> ```

Ah. I'm not sure why the clang test works (or isn't being run), as far as I understand, the same test (except for it using clang rather than flang)

I'll spend a few minutes trying to find a fix, and if I can't, I'll revert.

https://github.com/llvm/llvm-project/pull/68103


More information about the flang-commits mailing list