[clang] [flang] [llvm] [Flang][VecLib] Ensure TargetMachine->VecLib is set for flang invocations. (PR #174209)

Tom Eccles via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 2 06:46:06 PST 2026


================
@@ -0,0 +1,16 @@
+! RUN: %flang %s -O3 -ffast-math -fveclib=ArmPL --target=aarch64 -mcpu=neoverse-v1 -S -o - | FileCheck %s
+! REQUIRES: aarch64-registered-target
+
----------------
tblah wrote:

nit: please could you add a comment to the test explaining what it is checking

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


More information about the llvm-commits mailing list