[flang-commits] [flang] [flang][test] Run Driver/fveclib-codegen.f90 for aarch64 and x86_64 (PR #103730)
Tom Eccles via flang-commits
flang-commits at lists.llvm.org
Tue Aug 20 08:35:34 PDT 2024
================
@@ -1,6 +1,7 @@
! test that -fveclib= is passed to the backend
! -target aarch64 so that ArmPL is available
----------------
tblah wrote:
The logic of the flag (at least when I added it) checks that the specified veclib is supported on the particular target. To test ArmPL we have to have an aarch64 target otherwise the driver will generate an error. See https://github.com/rorth/llvm-project/commit/a207e6307a589d482fd11c1aac17507c6eabc802
https://github.com/llvm/llvm-project/pull/103730
More information about the flang-commits
mailing list