[flang-commits] [flang] 6816a13 - [flang][Driver] Remove misleading test comment (#105528)

via flang-commits flang-commits at lists.llvm.org
Wed Aug 21 08:59:00 PDT 2024


Author: Tom Eccles
Date: 2024-08-21T16:58:57+01:00
New Revision: 6816a137985bfa38cda20b9cd4e23c361c3bd0de

URL: https://github.com/llvm/llvm-project/commit/6816a137985bfa38cda20b9cd4e23c361c3bd0de
DIFF: https://github.com/llvm/llvm-project/commit/6816a137985bfa38cda20b9cd4e23c361c3bd0de.diff

LOG: [flang][Driver] Remove misleading test comment (#105528)

The test initially worked on ArmPL but this was changed during code
review and I neglected to fix this comment.

Thanks for pointing this out @banach-space

Added: 
    

Modified: 
    flang/test/Driver/fveclib-codegen.f90

Removed: 
    


################################################################################
diff  --git a/flang/test/Driver/fveclib-codegen.f90 b/flang/test/Driver/fveclib-codegen.f90
index 3a96c29ac70854..3720b9e597f5b5 100644
--- a/flang/test/Driver/fveclib-codegen.f90
+++ b/flang/test/Driver/fveclib-codegen.f90
@@ -1,5 +1,4 @@
 ! test that -fveclib= is passed to the backend
-! -target aarch64 so that ArmPL is available
 ! RUN: %if aarch64-registered-target %{ %flang -S -Ofast -target aarch64-unknown-linux-gnu -fveclib=LIBMVEC -o - %s | FileCheck %s %}
 ! RUN: %if x86-registered-target %{ %flang -S -Ofast -target x86_64-unknown-linux-gnu -fveclib=LIBMVEC -o - %s | FileCheck %s %}
 ! RUN: %flang -S -Ofast -fveclib=NoLibrary -o - %s | FileCheck %s --check-prefix=NOLIB


        


More information about the flang-commits mailing list